diff options
Diffstat (limited to 'phpBB/adm/style/admin.css')
| -rw-r--r-- | phpBB/adm/style/admin.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index c1bac3d3c6..49ffae98af 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -18,6 +18,7 @@ html { font-size: 100%; height: 100%; margin-bottom: 1px; + background-color: #E4EDF0; } body { @@ -257,7 +258,7 @@ span.corners-top span, span.corners-bottom span { border-top: 1px solid #FFFFFF; } -#menu li a:hover span, #menu li#activemenu span { +#menu li a:hover span, #menu li#activemenu span, #menu li a:hover { text-decoration: none; background-color: #FFA34F; color: #FFFFFF; @@ -919,7 +920,8 @@ table.pmask td.name { } .errorbox { - background-color: #ECECEC; + background-color: #ECD7DA; + color: #990000; } .successbox h3, .errorbox h3 { |
