diff --git a/templates/default/admin/style.css b/templates/default/admin/style.css index a2da7c9..0fbd13d 100644 --- a/templates/default/admin/style.css +++ b/templates/default/admin/style.css @@ -139,11 +139,11 @@ td, th { a:visited, a:link { color: #294366; - text-decoration: underline; } a:hover { color: #D40041; + text-decoration: underline; } input, select, textarea { diff --git a/templates/default/style.css b/templates/default/style.css index 7261916..147d2bc 100644 --- a/templates/default/style.css +++ b/templates/default/style.css @@ -216,8 +216,8 @@ a:link, a:visited, a:active { color: #003366; - text-decoration: underline; } + a:hover { color: #000000; text-decoration: underline;