mirror of
https://github.com/Combodo/iTop.git
synced 2026-09-15 02:28:20 +02:00
N°3516 Add Fullmoon 🌕 to theme mechanism, update test-red theme for 3.0
This commit is contained in:
@@ -43,15 +43,13 @@ class ThemeHandler
|
||||
public static function GetDefaultThemeInformation()
|
||||
{
|
||||
return [
|
||||
'name' => 'light-grey',
|
||||
'name' => 'fullmoon',
|
||||
'parameters' => [
|
||||
'variables' => [],
|
||||
'imports' => [
|
||||
'css-variables' => '../css/css-variables.scss',
|
||||
],
|
||||
'stylesheets' => [
|
||||
'jqueryui' => '../css/ui-lightness/jqueryui.scss',
|
||||
'main' => '../css/light-grey.scss',
|
||||
'main' => '../css/backoffice/main.scss',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user