mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12648] IE8 & IE9 color fix
PHPBB3-12648
This commit is contained in:
@@ -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%);
|
||||
|
Reference in New Issue
Block a user