mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/12648] IE8 & IE9 color fix
PHPBB3-12648
This commit is contained in:
parent
eda3c36b1c
commit
f888b31645
1 changed files with 1 additions and 1 deletions
|
@ -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%);
|
||||||
|
|
Loading…
Add table
Reference in a new issue