css: Fix relative path loading for icinga-loader.gif
This commit is contained in:
parent
642ec11228
commit
1979b53555
|
@ -191,7 +191,7 @@ td, th {
|
|||
content: "";
|
||||
display: block;
|
||||
|
||||
background: @body-bg-color url(/img/icinga-loader.gif) no-repeat center center;
|
||||
background: @body-bg-color url(../img/icinga-loader.gif) no-repeat center center;
|
||||
background-size: 4em 4em;
|
||||
|
||||
opacity: 0;
|
||||
|
|
Loading…
Reference in New Issue