diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-12 11:00:44 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-12 11:00:44 +0200 |
commit | 324075bc78ac8a80c42a3d87a94564c5d5c4f199 (patch) | |
tree | 29849b7f1b228d31dbb83ba26b2e9c04d299bf31 /core | |
parent | 7896b866df187865fc41f13bcc5cb220d0d1f2b1 (diff) | |
download | nextcloud-server-324075bc78ac8a80c42a3d87a94564c5d5c4f199.tar.gz nextcloud-server-324075bc78ac8a80c42a3d87a94564c5d5c4f199.zip |
Fix header menu background in IE8
Diffstat (limited to 'core')
-rw-r--r-- | core/css/header.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/header.css b/core/css/header.css index d2645c6a7d5..8ec29345b7d 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -129,6 +129,7 @@ max-height: 85%; margin-top: 0; padding-bottom: 10px; + background-color: #24282F; background-color: rgba(36, 40, 47, .97); border-bottom-right-radius: 7px; box-shadow: 0 0 7px rgba(29,45,68,.97); |