diff --git a/library/Icinga/Web/StyleSheet.php b/library/Icinga/Web/StyleSheet.php index 94e01ad13..753a423ad 100644 --- a/library/Icinga/Web/StyleSheet.php +++ b/library/Icinga/Web/StyleSheet.php @@ -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';