diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 00:02:11 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 00:02:11 +0200 |
commit | b632b8f4e41f12d62fd4abdefa63fc9f9accd432 (patch) | |
tree | eff1c8ce7a85980a8551f597daacb0e68402a720 /core/css | |
parent | 1a1c100719643c6056541ffd208642e9f1653c95 (diff) | |
download | nextcloud-server-b632b8f4e41f12d62fd4abdefa63fc9f9accd432.tar.gz nextcloud-server-b632b8f4e41f12d62fd4abdefa63fc9f9accd432.zip |
force show loading icon also for IE
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.css b/core/css/styles.css index 3af1a311585..3b2ffad1e41 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -673,6 +673,8 @@ div.crumb:active { background-image: url('../img/loading.gif'); background-size: 16px; /* force show the loading icon, not only on hover */ + -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; + filter:alpha(opacity=100); opacity: 1 !important; display: inline !important; } |