Skip to content
Snippets Groups Projects
Commit b632b8f4 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt
Browse files

force show loading icon also for IE

parent 1a1c1007
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment