From f888b31645e2cd4ed99726bcb49019f6d4815469 Mon Sep 17 00:00:00 2001 From: PayBas Date: Mon, 2 Jun 2014 23:57:16 +0200 Subject: [PATCH] [ticket/12648] IE8 & IE9 color fix PHPBB3-12648 --- phpBB/styles/prosilver/theme/colours.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%);