]> source.dussan.org Git - nextcloud-server.git/commitdiff
force show loading icon also for IE
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 15 Aug 2013 22:02:11 +0000 (00:02 +0200)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Thu, 15 Aug 2013 22:02:11 +0000 (00:02 +0200)
core/css/styles.css

index 3af1a3115854c3d2554d07c21e37673075f50246..3b2ffad1e4147681c992d7c2968e07e599bcb30a 100644 (file)
@@ -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;
 }