mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix user dropdown for IE8
This commit is contained in:
parent
f0b0287333
commit
fd9214de23
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Reference in a new issue