mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
css: Fix relative path loading for icinga-loader.gif
(cherry picked from commit 1979b53555b3c7fae21ebdc62ea7d05c43f44e56)
This commit is contained in:
parent
642ec11228
commit
55d66f0e6b
@ -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…
x
Reference in New Issue
Block a user