]> source.dussan.org Git - nextcloud-server.git/commitdiff
prefix #filestable to tbody tr
authorPete McFarlane <peterjohnmcfarlane@gmail.com>
Fri, 6 Sep 2013 09:01:11 +0000 (10:01 +0100)
committerPete McFarlane <peterjohnmcfarlane@gmail.com>
Fri, 6 Sep 2013 09:01:11 +0000 (10:01 +0100)
apps/files/css/files.css

index 02a73ba83e518ef2c377c2164c8f7f49dac1134b..b7e0d59b141e566fa2201d6a577c1886f5a400e8 100644 (file)
 /* FILE TABLE */
 
 #filestable { position: relative; top:37px; width:100%; }
-tbody tr { background-color:#fff; height:2.5em; }
-tbody tr:hover, tbody tr:active {
+#filestable tbody tr { background-color:#fff; height:2.5em; }
+#filestable tbody tr:hover, tbody tr:active {
        background-color: rgb(240,240,240);
 }
-tbody tr.selected {
+#filestable tbody tr.selected {
        background-color: rgb(230,230,230);
 }
 tbody a { color:#000; }