From d17094e0a587c950a06db96ecaaea33419366e00 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 12 Jun 2014 13:33:32 +0200 Subject: [PATCH] Move IE8 fixes to fixes.css --- core/css/fixes.css | 5 +++++ core/css/header.css | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/core/css/fixes.css b/core/css/fixes.css index acea53258e..f1dc016cad 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -86,3 +86,8 @@ select { left: 6px; } +/* fix background of navigation popup in IE8 */ +.ie8 #navigation { + background-color: #24282F; +} + diff --git a/core/css/header.css b/core/css/header.css index 8ec29345b7..d2645c6a7d 100644 --- a/core/css/header.css +++ b/core/css/header.css @@ -129,7 +129,6 @@ 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);