force show loading icon also for IE

remotes/origin/stable6
Jan-Christoph Borchardt 12 years ago
parent 1a1c100719
commit b632b8f4e4
  1. 2
      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;
}

Loading…
Cancel
Save