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

(cherry picked from commit 1979b53555b3c7fae21ebdc62ea7d05c43f44e56)
This commit is contained in:
Markus Frosch 2020-06-09 09:54:11 +02:00 committed by Johannes Meyer
parent 642ec11228
commit 55d66f0e6b

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;