use slightly darker color for file actions background, fix fugly look for selected rows
This commit is contained in:
parent
c05ea8cfc3
commit
aa5f726f14
|
@ -103,6 +103,9 @@ 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 */
|
||||
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 a.action { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; }
|
||||
a.action.delete { float:right; }
|
||||
|
|
Loading…
Reference in New Issue