]> git.proxmox.com Git - novnc-pve.git/commitdiff
change color for highlighting pressed buttons
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 6 Jun 2017 10:09:09 +0000 (12:09 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 7 Jun 2017 10:43:51 +0000 (12:43 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
debian/patches/0012-change-higlight-color-for-pressed-buttons.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/0012-change-higlight-color-for-pressed-buttons.patch b/debian/patches/0012-change-higlight-color-for-pressed-buttons.patch
new file mode 100644 (file)
index 0000000..9e7af7d
--- /dev/null
@@ -0,0 +1,26 @@
+From 486e178afc6db131a0b24b18442e5b9fb04f37b0 Mon Sep 17 00:00:00 2001
+From: Dominik Csapak <d.csapak@proxmox.com>
+Date: Tue, 6 Jun 2017 12:03:49 +0200
+Subject: [PATCH 12/12] change higlight color for pressed buttons
+
+Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
+---
+ app/styles/pve.css | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+diff --git a/app/styles/pve.css b/app/styles/pve.css
+index 35002fe..eaeb5cb 100644
+--- a/app/styles/pve.css
++++ b/app/styles/pve.css
+@@ -35,3 +35,8 @@
+ #noVNC_connect_button {
+     display: none;
+ }
++
++:root:not(.noVNC_touch) .noVNC_button.noVNC_selected:hover {
++  border-color: rgba(0, 0, 0, 0.4);
++  background: #5BA8DF;
++}
+-- 
+2.11.0
+
index e1b6664308a87996f83e4c4bb0939a4a7f00ad70..295a899e63561f4dbe81415ba93822022886ee2f 100644 (file)
@@ -9,3 +9,4 @@
 0009-decrease-animation-time.patch
 0010-use-only-app.js.patch
 0011-add-width-and-height-to-vncproxy-call-in-console-tab.patch
+0012-change-higlight-color-for-pressed-buttons.patch