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 {