[pve-devel] [RFC manager 1/2] make modal dialog mask more transparent

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Apr 19 14:51:42 CEST 2016


if a edit window or some other modal dialog opens extjs grays the
background out, but with the gray scale CT/VM icons we are not able
to tell the difference between CTs and VMs anymore.

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..a3fceff 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -14,6 +14,11 @@
     background-color: #3892d4;
 }
 
+/* make modal dialog mask more transparent, allows distinguishing between CTs and VMs */
+.x-mask {
+    background-color: rgba(255, 255, 255, 0.4);
+}
+
 /* 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