summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-30 13:53:43 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2013-01-30 13:53:43 +0100
commit284e69073782d634dbee9368a81607ae2afebc7b (patch)
tree26c40b2c76e9a70c72d24a1a8336d13b7689c5c3 /apps/files/css
parent3bafa87a1223d18e7f772c9551f17aaf7bcc7abb (diff)
parent5761bd771f4142394a00083712b63e77f8976946 (diff)
downloadnextcloud-server-284e69073782d634dbee9368a81607ae2afebc7b.tar.gz
nextcloud-server-284e69073782d634dbee9368a81607ae2afebc7b.zip
Merge branch 'master' into navigation
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 7cd56b67bf4..a361fe51608 100644
--- a/apps/files/css/files.css
+++ b/apps/files/css/files.css
@@ -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; }