Skip to content
Snippets Groups Projects
Commit fd9214de authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

fix user dropdown for IE8

parent f0b02873
No related branches found
No related tags found
No related merge requests found
...@@ -91,8 +91,9 @@ select { ...@@ -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... */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment