Browse Source

fix user dropdown for IE8

remotes/origin/versions-cleanup
Jan-Christoph Borchardt 11 years ago
parent
commit
fd9214de23
  1. 5
      core/css/fixes.css

5
core/css/fixes.css

@ -91,8 +91,9 @@ select {
}
/* fix background of navigation popup in IE8 */
.ie8 #navigation {
background-color: #24282F;
.ie8 #navigation,
.ie8 #expanddiv {
background-color: #111;
}
/* needed else IE8 will randomly hide the borders... */

Loading…
Cancel
Save