diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 15:02:31 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-03-26 15:02:31 +0100 |
commit | fd9214de2333c98cc9cd0fc0ebe480a2a5f3c698 (patch) | |
tree | a8e69d05137b5cedfe18727990b1e46e9fc16162 /core | |
parent | f0b02873337ef2b5143224aa7f291ef935047ecf (diff) | |
download | nextcloud-server-fd9214de2333c98cc9cd0fc0ebe480a2a5f3c698.tar.gz nextcloud-server-fd9214de2333c98cc9cd0fc0ebe480a2a5f3c698.zip |
fix user dropdown for IE8
Diffstat (limited to 'core')
-rw-r--r-- | core/css/fixes.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index 38d2147f3e2..b274454329a 100644 --- a/core/css/fixes.css +++ b/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... */ |