StyleSheet: Use an absolute path to load responsive login orbs

This commit is contained in:
Johannes Meyer 2022-01-11 12:53:16 +01:00
parent 316885b271
commit ffc977846a
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ class StyleSheet
}
if (! $themePath || in_array($theme, self::THEME_WHITELIST, true)) {
$this->lessCompiler->addLessFile('css/icinga/login-orbs.less');
$this->lessCompiler->addLessFile($this->pubPath . '/css/icinga/login-orbs.less');
}
$mode = 'none';