Skip to content
Snippets Groups Projects
Commit 575df561 authored by Marius Burkard's avatar Marius Burkard
Browse files

Fixed loading indicator (missing css/img), fixed #4018

parent 58b8f2bf
No related branches found
No related tags found
No related merge requests found
interface/web/themes/default/assets/images/ajax-loader.gif

3.13 KiB

......@@ -694,4 +694,17 @@ span.flag-zw {background-position:0 -5435px}
.input-group-field:last-child {
border-top-left-radius:0;
border-bottom-left-radius:0;
}
#ajaxloader {
position: absolute;
width: 325px;
height: 150px;
background: #ffffff url('../images/ajax-loader.gif') no-repeat center center;
border: solid 2px #e1e1e1;
border-radius: 10px;
/*background: rgba(255, 255, 255, 0.85);*/
padding: 20px;
text-align:center;
z-index: 100;
}
\ No newline at end of file
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