Use light loader in theme

This commit is contained in:
Florian Strohmaier 2021-06-22 17:54:41 +02:00 committed by Johannes Meyer
parent 006860f0e5
commit 4e6049c115

View File

@ -41,3 +41,10 @@ input.search {
background-color: @original-low-sat-blue;
}
}
.container {
&:before,
> .content:before {
background-image: url(../img/icinga-loader-light.gif)
}
}