summaryrefslogtreecommitdiffstats
path: root/files/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-18 12:54:10 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-18 12:54:10 +0200
commite8951b7a2d2cb373b4c1e2028f637ad3dcf06523 (patch)
tree1108aed3dd9b6c193445180aed45750fbb23ab55 /files/css
parent6720a45d65dd0627489e3766e584066a17233432 (diff)
downloadnextcloud-server-e8951b7a2d2cb373b4c1e2028f637ad3dcf06523.tar.gz
nextcloud-server-e8951b7a2d2cb373b4c1e2028f637ad3dcf06523.zip
still show the icon on row hover so the file type is still visible
Diffstat (limited to 'files/css')
-rw-r--r--files/css/files.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 093d317e683..a515cee959b 100644
--- a/files/css/files.css
+++ b/files/css/files.css
@@ -54,10 +54,9 @@ table td.filename form { float:left; font-size:.85em; }
table thead.fixed tr{ position:fixed; top:6.3em; z-index:49; -moz-box-shadow:0 -3px 7px #000; -webkit-box-shadow:0 -3px 7px #000; box-shadow:0 -3px 7px #000; }
table thead.fixed { height:2em; }
#fileList tr td.filename>input[type=checkbox]:first-child { opacity:0; float:left; margin:.7em 0 0 1em; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/ -webkit-transition:opacity 500ms; -moz-transition:opacity 500ms; -o-transition:opacity 500ms; transition:opacity 500ms; }
-#fileList tr:hover td.filename>input[type="checkbox"]:first-child { opacity:.5; }
+#fileList tr:hover td.filename>input[type="checkbox"]:first-child { opacity:.8; }
#fileList tr td.filename>input[type="checkbox"]:checked:first-child { opacity:1; }
#fileList tr td.filename { -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms; }
-#fileList tr.selected td.filename, #fileList tr:hover td.filename { background-image:url('') !important; }
#select_all { float:left; margin:.2em; margin-left:.6em; }
#uploadsize-message,#delete-confirm { display:none; }
.selectedActions a, a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; }