[pve-devel] [PATCH novnc] change color for highlighting pressed buttons

Dominik Csapak d.csapak at proxmox.com
Tue Jun 6 12:09:09 CEST 2017


Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 ...change-higlight-color-for-pressed-buttons.patch | 26 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 27 insertions(+)
 create mode 100644 debian/patches/0012-change-higlight-color-for-pressed-buttons.patch

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
index 0000000..9e7af7d
--- /dev/null
+++ b/debian/patches/0012-change-higlight-color-for-pressed-buttons.patch
@@ -0,0 +1,26 @@
+From 486e178afc6db131a0b24b18442e5b9fb04f37b0 Mon Sep 17 00:00:00 2001
+From: Dominik Csapak <d.csapak at 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 at 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
+
diff --git a/debian/patches/series b/debian/patches/series
index e1b6664..295a899 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -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
-- 
2.11.0





More information about the pve-devel mailing list