]> git.proxmox.com Git - novnc-pve.git/blobdiff - debian/patches/0015-create-own-class-for-hidden-buttons.patch
upgrade novnc and patches to 1.4.0
[novnc-pve.git] / debian / patches / 0015-create-own-class-for-hidden-buttons.patch
index ebfbb269ed7c21c1079c46f24978212887e3dc5f..5b78e1ea0e6fb2c59f408dbf47c7be7989b128e0 100644 (file)
@@ -45,7 +45,7 @@ index dfff1b0..4774e3a 100644
        });
      },
 diff --git a/app/styles/pve.css b/app/styles/pve.css
-index eaeb5cb..18126b0 100644
+index eaeb5cb..6376593 100644
 --- a/app/styles/pve.css
 +++ b/app/styles/pve.css
 @@ -40,3 +40,7 @@
@@ -54,5 +54,5 @@ index eaeb5cb..18126b0 100644
  }
 +
 +.noVNC_button.pve_hidden {
-+  display: none;
++  display: none !important;
 +}