From 05d4825e5850d2a67a3d4e2eefc971d257d5112d Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Mon, 10 May 2010 14:37:53 -0400
Subject: [PATCH] The new version is only displayed for the admin (aargh)
---
interface/web/themes/default/css/navigation/nav_top.css | 4 ++++
1 files changed, 4 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 1b52075..13dc1c8 100644
--- a/interface/web/themes/default/css/navigation/nav_top.css
+++ b/interface/web/themes/default/css/navigation/nav_top.css
@@ -95,4 +95,8 @@
background-image: url('../../icons/x32/domain.png') !important;
}
+ .topnav-dashboard {
+ background-image: url('../../icons/x32/dashboard.png') !important;
+ }
+
}
\ No newline at end of file
--
Gitblit v1.9.1