diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:27:50 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-13 05:27:50 +0200 |
commit | 7ece8ed31439df9b321ff1800483079a6a7dcfac (patch) | |
tree | e31ccc1e5a1f6046cdc7821b50c2abbdd32d4752 /files/css | |
parent | b2768637d2748a1d55ee98a9809c66e135a4190a (diff) | |
download | nextcloud-server-7ece8ed31439df9b321ff1800483079a6a7dcfac.tar.gz nextcloud-server-7ece8ed31439df9b321ff1800483079a6a7dcfac.zip |
added global action class for icons
Diffstat (limited to 'files/css')
-rw-r--r-- | files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/css/files.css b/files/css/files.css index ef86664cf2d..af860d60b9a 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -60,7 +60,7 @@ table thead.fixed { height:2em; } #fileList tr.selected td.filename, #fileList tr:hover td.filename { background-image:url('') !important; } #select_all { float:left; margin:.2em; margin-left:.6em; } #uploadsize-message,#delete-confirm { display:none; } -.selectedActions a, a.file_action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } +.selectedActions a, a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } .selectedActions { display:none; } /* add breadcrumb divider to the File item in navigation panel */ |