From 79e7316e87d6cad50c05efda97d0ebf8db97617d Mon Sep 17 00:00:00 2001 From: cflakes Date: Tue, 30 Mar 2010 09:48:23 +0000 Subject: [PATCH] Minor webmods skin fixes. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1853 726aef4b-f618-498e-8847-2d620e286838 --- modules/www/webadmin/add_edit_chan.tmpl | 2 +- webskins/_default_/pub/main.css | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/www/webadmin/add_edit_chan.tmpl b/modules/www/webadmin/add_edit_chan.tmpl index bf4419eb..bcef393c 100644 --- a/modules/www/webadmin/add_edit_chan.tmpl +++ b/modules/www/webadmin/add_edit_chan.tmpl @@ -33,7 +33,7 @@ Save: - checked="checked" /> + checked="checked" /> diff --git a/webskins/_default_/pub/main.css b/webskins/_default_/pub/main.css index f7d80016..1a328ec0 100644 --- a/webskins/_default_/pub/main.css +++ b/webskins/_default_/pub/main.css @@ -92,12 +92,11 @@ a:visited, a:hover { font-family: verdana; font-size: 12px; - color: #000; + color: #fff; text-decoration: none; } a:hover { - color: #fff; text-decoration: underline; } @@ -239,6 +238,10 @@ a:hover { text-decoration: none; } +#menu a { + color: #000; +} + /* !MENU */ #footerbar {