Fix: Try a fix for IE9 (need to be tested with IE 8, 7 and 10)
This commit is contained in:
parent
c0d2ee19f5
commit
f86cad0580
@ -327,7 +327,7 @@ div.tmenu {
|
|||||||
right:0;
|
right:0;
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
height:36px;
|
height:36px;
|
||||||
line-height:36px;
|
<?php if ($conf->browser->name != 'ie') echo "line-height:36px; /* disabled for ie9 */ \n"; ?>
|
||||||
background:#333333;
|
background:#333333;
|
||||||
background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
|
background-image:linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
|
||||||
background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
|
background-image:-o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user