mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
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: "";
|
content: "";
|
||||||
display: block;
|
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;
|
background-size: 4em 4em;
|
||||||
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user