css: Fix relative path loading for icinga-loader.gif

This commit is contained in:
Markus Frosch 2020-06-09 09:54:11 +02:00 committed by Johannes Meyer
parent 642ec11228
commit 1979b53555
1 changed files with 1 additions and 1 deletions

View File

@ -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;