We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ea522 commit cf03c66Copy full SHA for cf03c66
2 files changed
interface/web/themes/default/css/screen/content_ispc.css
@@ -254,6 +254,7 @@
254
}
255
256
.dashboard-modules.admin { background-image: url('../../icons/x32/system.png') !important; }
257
+ .dashboard-modules.vm { background-image: url('../../icons/x32/drawer.png') !important; }
258
.dashboard-modules.client { background-image: url('../../icons/x32/client.png') !important; }
259
.dashboard-modules.mail { background-image: url('../../icons/x32/email.png') !important; }
260
.dashboard-modules.monitor { background-image: url('../../icons/x32/monitor.png') !important; }
interface/web/themes/default_no_navimg/css/additional.css
@@ -28,6 +28,10 @@
28
.topnav-monitor {
29
background-image: none !important;
30
31
+
32
+ .topnav-vm {
33
+ background-image: none !important;
34
+ }
35
36
.topnav-sites {
37
0 commit comments