Skip to content
Snippets Groups Projects
Commit 70405cc8 authored by Michael Gapczynski's avatar Michael Gapczynski
Browse files

Modify files css for sharing dropdown to avoid future merge conflicts

parent af555261
Branches
No related tags found
No related merge requests found
...@@ -53,9 +53,9 @@ table td.filename .nametext { width:60%; } ...@@ -53,9 +53,9 @@ table td.filename .nametext { width:60%; }
table td.filename form { float:left; font-size:.85em; } 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 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; } table thead.fixed { height:2em; }
#fileList tr input[type=checkbox] { 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 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 input[type="checkbox"] { opacity:.5; } #fileList tr:hover td.filename>input[type="checkbox"]:first-child { opacity:.5; }
#fileList tr input[type="checkbox"]:checked { opacity:1; } #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 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; } #fileList tr.selected td.filename, #fileList tr:hover td.filename { background-image:url('') !important; }
#select_all { float:left; margin:.2em; margin-left:.6em; } #select_all { float:left; margin:.2em; margin-left:.6em; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment