force show loading icon also for IE

This commit is contained in:
Jan-Christoph Borchardt 2013-08-16 00:02:11 +02:00
parent 1a1c100719
commit b632b8f4e4
1 changed files with 2 additions and 0 deletions

View 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;
}