From d20469e93b309351e1753d31347ef1be66c4433b Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 3 Oct 2019 13:50:14 +0200 Subject: [PATCH] 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 --- www/css/ext6-pve.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index c4ecc618..d40b4237 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -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; }