Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon
Commits
d6305918
Commit
d6305918
authored
May 18, 2022
by
ataghzout
Committed by
Ayoub TAGHZOUT
May 20, 2022
Browse files
fix (ui) : fix macro font color in light mode (#11133)
Co-authored-by:
Ayoub TAGHZOUT
<
ayoub.taghzout@goandev.net
>
parent
973c34b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/Themes/Centreon-Dark/variables.css
View file @
d6305918
...
...
@@ -210,4 +210,8 @@
--success-message-border-color
:
var
(
--up-to-date-color
);
--custom-macros-placeholder-font-color
:
var
(
--color-black
);
--custom-macros-font-color
:
var
(
--color-white
);
--custom-macros-command-border-color
:
var
(
--color-menthol-2
);
--custom-macros-template-border-color
:
var
(
--color-rayola-2
);
--custom-macros-command-background-color
:
var
(
--color-menthol
);
--custom-macros-template-background-color
:
var
(
--color-rayola
);
}
www/Themes/Generic-theme/Variables-css/variables.css
View file @
d6305918
...
...
@@ -797,7 +797,7 @@
--gorgone-config-file-font-color
:
var
(
--color-black
);
--gorgone-config-file-background-color
:
var
(
--body-background
);
/* Custom macros variables */
--custom-macros-placeholder-font-color
:
var
(
--color-
white
);
--custom-macros-placeholder-font-color
:
var
(
--color-
black
);
--custom-macros-font-color
:
var
(
--color-black
);
--custom-macros-command-border-color
:
var
(
--color-menthol-2
);
--custom-macros-template-border-color
:
var
(
--color-rayola-2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment