diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-22 18:24:52 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-09-22 18:24:52 +0200 |
commit | 1583ae1ed65ca788868f5cb3e0e20d3f8b7b59dd (patch) | |
tree | c6a828133265b76ab5f55802e1ac233cef78d0a5 /apps/files | |
parent | 2ac953e6a8949259b54f700cd6f9bc7eb48aadd5 (diff) | |
download | nextcloud-server-1583ae1ed65ca788868f5cb3e0e20d3f8b7b59dd.tar.gz nextcloud-server-1583ae1ed65ca788868f5cb3e0e20d3f8b7b59dd.zip |
force show the loading icon in list for deletion, not only on hover
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 4a8bd5bb30f..cbdfc672c87 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -393,6 +393,15 @@ table td.filename .uploadtext { font-size: 11px; } + +/* force show the loading icon, not only on hover */ +#fileList .icon-loading-small { + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter:alpha(opacity=100); + opacity: 1 !important; + display: inline !important; +} + #fileList img.move2trash { display:inline; margin:-8px 0; padding:16px 8px 16px 8px !important; float:right; } #fileList a.action.delete { position: absolute; |