gui: remove chrome/extjs workaround

it seems that this is not needed anymore, at least i cannot
see any difference with/without it here (chromium 76)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2019-10-03 13:50:14 +02:00 committed by Thomas Lamprecht
parent 7cfd876e34
commit d20469e93b

View File

@ -575,15 +575,6 @@ table.osds td:first-of-type {
font-weight: bold;
}
/* chrome 56 fix */
.x-webkit .x-form-text {
height: 100% !important;
}
.x-webkit :not(.x-form-textarea-body) > .x-form-trigger-wrap {
height: initial;
}
.proxmox-invalid-row {
background-color: #f3d6d7;
}