]> git.proxmox.com Git - pve-manager.git/commitdiff
fix background color of template badges
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 21 Jun 2016 14:20:19 +0000 (16:20 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 29 Jun 2016 12:32:36 +0000 (14:32 +0200)
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@proxmox.com>
www/css/ext6-pve.css

index b672892c8507a7083613dc7cb48b1f31e1222de5..a43d2fbab6c845499d692d8598f5028e0ca4d11b 100644 (file)
 .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;
 }
 .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;
 }