diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-01-15 00:11:26 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-01-15 00:14:42 +0100 |
commit | 5cd6e0f4d98b98809eb17366ca90e79b09a05115 (patch) | |
tree | 1c12ebe1a75b38df90c9dc772ce74b2f7c28e978 /files/css/files.css | |
parent | d347fe0c53fca52bc1d2b3d171d86494dad7835d (diff) | |
download | nextcloud-server-5cd6e0f4d98b98809eb17366ca90e79b09a05115.tar.gz nextcloud-server-5cd6e0f4d98b98809eb17366ca90e79b09a05115.zip |
remove some of the flickering in opera
Diffstat (limited to 'files/css/files.css')
-rw-r--r-- | files/css/files.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css index b384fef0b78..6c4d603b4a6 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -70,6 +70,7 @@ table thead.fixed { height:2em; } #select_all { float:left; margin:.3em 0.6em 0 .5em; } #uploadsize-message,#delete-confirm { display:none; } .selectedActions a,#fileList a.action { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em !important; } +a.action>img{ max-height:16px; max-width:16px; } .selectedActions { display:none; } /* add breadcrumb divider to the File item in navigation panel */ |