From cd14965287d4478b6f63d052bdfc756f01d23ccf Mon Sep 17 00:00:00 2001
From: latham <latham@ispconfig3>
Date: Fri, 27 May 2011 16:18:51 -0400
Subject: [PATCH] remove local settings file. New config system that Till noted in the Coding Notes is replacing this.
---
interface/web/themes/default/css/navigation/nav_top.css | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/interface/web/themes/default/css/navigation/nav_top.css b/interface/web/themes/default/css/navigation/nav_top.css
index e2f7b82..07c0081 100644
--- a/interface/web/themes/default/css/navigation/nav_top.css
+++ b/interface/web/themes/default/css/navigation/nav_top.css
@@ -98,5 +98,13 @@
.topnav-dashboard {
background-image: url('../../icons/x32/dashboard.png') !important;
}
+
+ .topnav-vm{
+ background-image: url('../../icons/x32/drawer.png') !important;
+ }
+
+ .topnav-billing{
+ background-image: url('../../icons/x32/calculator.png') !important;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.1