summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorRobin Appelman <icewind1991@gmail.com>2011-08-02 23:03:59 +0200
committerRobin Appelman <icewind1991@gmail.com>2011-08-02 23:03:59 +0200
commit3829b1e7b956b8c9740df2d6fea8b685abdc4875 (patch)
treeccdef4b2a66f03fc2c7d229479cb6a1f4e60e5b8 /files/css
parent6bda6de9a1ecfe429feaceb6afd1eccb76e38ee7 (diff)
downloadnextcloud-server-3829b1e7b956b8c9740df2d6fea8b685abdc4875.tar.gz
nextcloud-server-3829b1e7b956b8c9740df2d6fea8b685abdc4875.zip
hide the file icon when showing the checkbox again
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 7bec8472f23..ba2783d8e50 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -43,7 +43,7 @@ table thead.fixed tr{position:fixed; top:6.4em;z-index:100;}
table thead.fixed {height:2em}
#fileList tr input[type=checkbox] { display:none; float:left; margin:.7em 0 0 1em; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/ }
#fileList tr input[type=checkbox]:checked, #fileList tr:hover input[type=checkbox] { display:inline; }
-#fileList tr.selected td.filename a, #fileList tr:hover td.filename a { background-image:none !important }
+#fileList tr.selected td.filename , #fileList tr:hover td.filename { background-image:none !important }
#select_all { float:left; margin:0.2em; margin-left:0.6em; }
#uploadsize-message,#delete-confirm { display:none; }
.selectedActions a, a.file_action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; }