Skip to content

Commit cf03c66

Browse files
author
xaver
committed
added vserver dashboard icons
1 parent b2ea522 commit cf03c66

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

interface/web/themes/default/css/screen/content_ispc.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@
254254
}
255255

256256
.dashboard-modules.admin { background-image: url('../../icons/x32/system.png') !important; }
257+
.dashboard-modules.vm { background-image: url('../../icons/x32/drawer.png') !important; }
257258
.dashboard-modules.client { background-image: url('../../icons/x32/client.png') !important; }
258259
.dashboard-modules.mail { background-image: url('../../icons/x32/email.png') !important; }
259260
.dashboard-modules.monitor { background-image: url('../../icons/x32/monitor.png') !important; }

interface/web/themes/default_no_navimg/css/additional.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
.topnav-monitor {
2929
background-image: none !important;
3030
}
31+
32+
.topnav-vm {
33+
background-image: none !important;
34+
}
3135

3236
.topnav-sites {
3337
background-image: none !important;

0 commit comments

Comments
 (0)