]> source.dussan.org Git - nextcloud-server.git/commitdiff
prefix 'tbody tr' to separate app/core css errors
authorpetemcfarlane <peterjohnmcfarlane@gmail.com>
Fri, 30 Aug 2013 09:48:04 +0000 (10:48 +0100)
committerpetemcfarlane <peterjohnmcfarlane@gmail.com>
Fri, 30 Aug 2013 09:48:04 +0000 (10:48 +0100)
For specific details see:
https://github.com/owncloud/core/pull/4536/files#r6082305

apps/files/css/files.css

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