]> source.dussan.org Git - nextcloud-server.git/commitdiff
file list hover effect
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Wed, 6 Jul 2011 22:19:38 +0000 (00:19 +0200)
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>
Wed, 6 Jul 2011 22:19:38 +0000 (00:19 +0200)
files/css/files.css

index ed19a560ea652234813b41872a780a2138590560..bf67b3bdccb7293ab84681b9803f5e50cbb62772 100644 (file)
@@ -80,6 +80,9 @@ table {
        width: 90%;
 }
 
+tbody tr:hover, tbody tr:active { background-color:#eee; }
+tbody a { color:#000; }
+
 table td.filesize, table td.date
 {
     width: 5em;