]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix color change on click
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 28 Jan 2013 18:47:51 +0000 (19:47 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Mon, 28 Jan 2013 18:47:51 +0000 (19:47 +0100)
apps/files/css/files.css

index 0c97b009b88ef289393189ad354c814432932c0d..e65f724f688fbd7e4dc3e399a6cb839d2974e6b2 100644 (file)
@@ -104,7 +104,7 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
 #fileList tr:hover .fileactions { /* background to distinguish when overlaying with file names */
        background:rgba(248,248,248,.9); box-shadow:-5px 0 7px rgba(248,248,248,.9);
 }
-#fileList tr.selected:hover .fileactions { /* slightly darker color for selected rows */
+#fileList tr.selected:hover .fileactions, #fileList tr.mouseOver .fileactions { /* slightly darker color for selected rows */
        background:rgba(238,238,238,.9); box-shadow:-5px 0 7px rgba(238,238,238,.9);
 }
 #fileList .fileactions a.action img { position:relative; top:.2em; }