diff options
-rw-r--r-- | phpBB/styles/prosilver/theme/colours.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index c11db65711..4fc7596698 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -819,7 +819,7 @@ ul.cplist { #tabs .activetab > a, #tabs .activetab > a:hover { - background: #E2F2FF; + background: #CADCEB; background: -moz-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E2F2FF), color-stop(100%, #CADCEB)); background: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%); |