Skip to content
Snippets Groups Projects
Commit aa5f726f authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

use slightly darker color for file actions background, fix fugly look for selected rows

parent c05ea8cf
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,10 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; } ...@@ -101,7 +101,10 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
font-size:.8em; font-size:.8em;
} }
#fileList tr:hover .fileactions { /* background to distinguish when overlaying with file names */ #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); 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 */
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; } #fileList .fileactions a.action img { position:relative; top:.2em; }
#fileList a.action { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; } #fileList a.action { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment