[pve-devel] [PATCH manager v2 5/5] gui: remove chrome/extjs workaround

Dominik Csapak d.csapak at proxmox.com
Thu Oct 3 13:50:14 CEST 2019


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 at proxmox.com>
---
this is necessary for the TagSelector to be shown properly in
chrome/chromium, otherwise it is only a single line

if anyone tests this and sees an error in rendering, please tell me
so i can add a workaround for the tagselector

 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 186b661a..00720f85 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -579,15 +579,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;
 }
-- 
2.20.1





More information about the pve-devel mailing list