[pve-devel] [PATCH manager 3/4] fix background color of template badges
Dominik Csapak
d.csapak at proxmox.com
Tue Jun 21 16:20:19 CEST 2016
the template badges had the wrong background color
when selected or hovered, so the line would be
blue but the background of the icon would be white
now the background is the correct color
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
www/css/ext6-pve.css | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index b672892..a43d2fb 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -208,7 +208,11 @@
.x-grid-item-over
.x-fa-tree-template-qemu:after,
.x-grid-item-over
-.x-fa-tree-template-lxc:after {
+.x-fa-tree-template-lxc:after,
+.x-grid-item-over
+.x-fa-grid-template-qemu:after,
+.x-grid-item-over
+.x-fa-grid-template-lxc:after {
background-color: #e2eff9;
text-shadow: -1px 0px 2px #e2eff9;
}
@@ -216,7 +220,11 @@
.x-grid-item-selected
.x-fa-tree-template-qemu:after,
.x-grid-item-selected
-.x-fa-tree-template-lxc:after {
+.x-fa-tree-template-lxc:after,
+.x-grid-item-selected
+.x-fa-grid-template-qemu:after,
+.x-grid-item-selected
+.x-fa-grid-template-lxc:after {
background-color: #c2ddf2;
text-shadow: -1px 0px 2px #c2ddf2;
}
--
2.1.4
More information about the pve-devel
mailing list