]> source.dussan.org Git - nextcloud-server.git/commitdiff
Move IE8 fixes to fixes.css
authorMorris Jobke <hey@morrisjobke.de>
Thu, 12 Jun 2014 11:33:32 +0000 (13:33 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 12 Jun 2014 11:33:32 +0000 (13:33 +0200)
core/css/fixes.css
core/css/header.css

index acea53258eb920d66a7d3fbec940399a1568ca5b..f1dc016cad2cdcf63b00fba5130ea33af8dd806f 100644 (file)
@@ -86,3 +86,8 @@ select {
        left: 6px;
 }
 
+/* fix background of navigation popup in IE8 */
+.ie8 #navigation {
+       background-color: #24282F;
+}
+
index 8ec29345b7dbbdffd7efda695764526a77bf9c94..d2645c6a7d5ff26434d5722ea24bfe278b37fe43 100644 (file)
        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);