]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed IE8 style issues in files app
authorVincent Petry <pvince81@owncloud.com>
Thu, 17 Jul 2014 09:43:25 +0000 (11:43 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 18 Jul 2014 15:47:21 +0000 (17:47 +0200)
- fixed missing scrollbar in personal page
- fixed controls bar transparency: opaque white in IE8
- fixed files table borders in IE8

core/css/fixes.css

index f1dc016cad2cdcf63b00fba5130ea33af8dd806f..12daf2515794677de42ac5a27a19bb0ab17d5de7 100644 (file)
@@ -91,3 +91,17 @@ select {
        background-color: #24282F;
 }
 
+/* needed else IE8 will randomly hide the borders... */
+.ie8 table th#headerDate, table td.date,
+.ie8 table th.column-last, table td.column-last {
+       position: static;
+}
+
+.ie8 #controls {
+       background-color: white;
+}
+
+.ie8 #content-wrapper {
+       overflow-y: auto;
+}
+