Skip to content
Snippets Groups Projects
Unverified Commit ce762372 authored by Weilbyte's avatar Weilbyte Committed by GitHub
Browse files

Fix template icons

Fix the white template icons when converting LXC/VM to a template. Also removed ugly white shadow on some icons.
parent b5d5cf49
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment