]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix user dropdown for IE8
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 26 Mar 2015 14:02:31 +0000 (15:02 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 26 Mar 2015 14:02:31 +0000 (15:02 +0100)
core/css/fixes.css

index 38d2147f3e25a0164e881912c0c0a50b372b3abc..b274454329a8f8230e80cac54ec1486a1dac5e55 100644 (file)
@@ -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... */