fix user dropdown for IE8
This commit is contained in:
parent
f0b0287333
commit
fd9214de23
|
@ -91,8 +91,9 @@ select {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* fix background of navigation popup in IE8 */
|
/* fix background of navigation popup in IE8 */
|
||||||
.ie8 #navigation {
|
.ie8 #navigation,
|
||||||
background-color: #24282F;
|
.ie8 #expanddiv {
|
||||||
|
background-color: #111;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* needed else IE8 will randomly hide the borders... */
|
/* needed else IE8 will randomly hide the borders... */
|
||||||
|
|
Loading…
Reference in New Issue