From: Jan-Christoph Borchardt Date: Thu, 15 Aug 2013 22:02:11 +0000 (+0200) Subject: force show loading icon also for IE X-Git-Tag: v6.0.0alpha2~317^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b632b8f4e41f12d62fd4abdefa63fc9f9accd432;p=nextcloud-server.git force show loading icon also for IE --- 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; }