[pve-devel] [PATCH manager v2] enhace visibillity of dialog window border

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Apr 20 09:13:57 CEST 2016


previously the upper border of a dialog window was white only, thus
when a window opened it had a little less contrast.

Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 www/css/ext6-pve.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index 4895623..8778aa1 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -14,6 +14,11 @@
     background-color: #3892d4;
 }
 
+/* make the upper window end visible */
+.x-css-shadow {
+    box-shadow: rgb(136,136,136) 0px -1px 15px !important;
+}
+
 /* reduce tree space */
 .x-grid-cell-inner-treecolumn { /* vertical padding */
     padding: 4px 0px 3px 0px;
-- 
2.1.4





More information about the pve-devel mailing list