]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix issue with filetable background
authorGeorg Ehrke <developer@georgehrke.com>
Fri, 30 Aug 2013 20:05:44 +0000 (22:05 +0200)
committerGeorg Ehrke <developer@georgehrke.com>
Fri, 30 Aug 2013 20:05:44 +0000 (22:05 +0200)
apps/files/css/files.css

index aadf29687b8a4b01dd6a5edc832b545a8cbc0512..498e34d70d4b080e357a30d8e55294ef6ca950f2 100644 (file)
@@ -75,7 +75,7 @@
        color:#888; text-shadow:#fff 0 1px 0;
 }
 #filestable { position: relative; top:37px; width:100%; }
-#filestable tbody tr { background-color:#fff; height:2.5em; }
+tbody tr { background-color:#fff; height:2.5em; }
 tbody tr:hover, tbody tr:active {
        background-color: rgb(240,240,240);
 }