Browse Source

Fix template icons

Fix the white template icons when converting LXC/VM to a template. Also removed ugly white shadow on some icons.
pull/5/head
Weilbyte 6 years ago
committed by GitHub
parent
commit
ce762372c6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      serverside/style.css

11
serverside/style.css

@ -376,3 +376,14 @@ html {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
/* Fix template icons */
.lxc:after, .qemu:after {
background: transparent !important;
color: #7289da;
text-shadow: 0 0 0 #2c2f33 !Important;
}
/* Remove text shadow on some icons */
.x-tree-icon-custom:after, .x-grid-icon-custom:after {
text-shadow: 0 0 0 #2c2f33;
}

Loading…
Cancel
Save