From: Jan-Christoph Borchardt Date: Thu, 26 Mar 2015 14:02:31 +0000 (+0100) Subject: fix user dropdown for IE8 X-Git-Tag: v8.1.0alpha1~163^2~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fd9214de2333c98cc9cd0fc0ebe480a2a5f3c698;p=nextcloud-server.git fix user dropdown for IE8 --- 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... */