[ticket/12648] IE8 & IE9 color fix

PHPBB3-12648
This commit is contained in:
PayBas 2014-06-02 23:57:16 +02:00
parent eda3c36b1c
commit f888b31645

View file

@ -819,7 +819,7 @@ ul.cplist {
#tabs .activetab > a, #tabs .activetab > a,
#tabs .activetab > a:hover { #tabs .activetab > a:hover {
background: #E2F2FF; background: #CADCEB;
background: -moz-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%); 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-gradient(linear, left top, left bottom, color-stop(0%, #E2F2FF), color-stop(100%, #CADCEB));
background: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%); background: -webkit-linear-gradient(top, #E2F2FF 0%, #CADCEB 100%);