diff options
Diffstat (limited to 'phpBB/adm/style/admin.css')
-rw-r--r-- | phpBB/adm/style/admin.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 489b22a7d4..d8eaa81d6b 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -421,7 +421,6 @@ span.corners-bottom span { #menu li a:hover, #menu li a:hover span { text-decoration: none; background-color: #FFFFFF; - color: #BC2A4D; } @@ -703,7 +702,7 @@ input:hover, textarea:hover { border-top: 1px solid #AFAEAA; border-right: 1px solid #AFAEAA; border-bottom: 1px solid #AFAEAA; - background-color: #E9E9E2; + background-color: #E9E9E2; } input.langvalue, textarea.langvalue { |