diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-14 09:23:06 -0700 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-14 09:23:06 -0700 |
commit | 4ae1d08241db80f24f2459340dd3be6d42406f1f (patch) | |
tree | 0b23abf49072854fc2662e6f8f23a6ba2c9ff339 | |
parent | c97b52090e2b917b29d19d5973bfe2784feaf9b4 (diff) | |
parent | e79d85386768b30ed795c1e119e158b5acac5307 (diff) | |
download | nextcloud-server-4ae1d08241db80f24f2459340dd3be6d42406f1f.tar.gz nextcloud-server-4ae1d08241db80f24f2459340dd3be6d42406f1f.zip |
Merge pull request #5330 from owncloud/files-removedfileactionsbkg
Removed extra bkg color on file actions when row is selected/hovered on
-rw-r--r-- | apps/files/css/files.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index c4a231551b1..ac2a243f2b4 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -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 { |