From ffc977846a276adac300d99bf13c699af95be43a Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Tue, 11 Jan 2022 12:53:16 +0100 Subject: [PATCH] StyleSheet: Use an absolute path to load responsive login orbs --- library/Icinga/Web/StyleSheet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';