From 0da7c51fcae3a558cd9f2898f418dfb79751da16 Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Wed, 23 Jun 2010 09:43:33 -0400
Subject: [PATCH] Fixed a bug in DNS wizard to prevent that slave servers show up in the server list when they are a mirror.
---
interface/web/themes/default/css/navigation/nav_top.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/interface/web/themes/default/css/navigation/nav_top.css b/interface/web/themes/default/css/navigation/nav_top.css
index c7d637f..e2f7b82 100644
--- a/interface/web/themes/default/css/navigation/nav_top.css
+++ b/interface/web/themes/default/css/navigation/nav_top.css
@@ -42,8 +42,8 @@
}
#topNav a:hover {
- background-color: #fc0;
- color: #540;
+ background-color: #eeeeee;
+ color: #000000;
}
#topNav #topNav_current {
--
Gitblit v1.9.1