Skip to content
Snippets Groups Projects
Commit 4ae1d082 authored by Vincent Petry's avatar Vincent Petry
Browse files

Merge pull request #5330 from owncloud/files-removedfileactionsbkg

Removed extra bkg color on file actions when row is selected/hovered on
parents c97b5209 e79d8538
Branches
No related tags found
No related merge requests found
......@@ -239,14 +239,6 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
top: 14px;
right: 0;
}
#fileList tr:hover .fileactions { /* background to distinguish when overlaying with file names */
background-color: rgba(240,240,240,0.898);
box-shadow: -5px 0 7px rgba(240,240,240,0.898);
}
#fileList tr.selected:hover .fileactions, #fileList tr.mouseOver .fileactions { /* slightly darker color for selected rows */
background-color: rgba(230,230,230,.9);
box-shadow: -5px 0 7px rgba(230,230,230,.9);
}
#fileList img.move2trash { display:inline; margin:-.5em 0; padding:1em .5em 1em .5em !important; float:right; }
#fileList a.action.delete {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment