css: Fix form description background color

This commit is contained in:
Johannes Meyer 2021-06-24 13:06:05 +02:00
parent 82485236f7
commit 98cea1bbab
2 changed files with 3 additions and 1 deletions

View File

@ -51,6 +51,7 @@
@text-color-inverted: @body-bg-color;
@text-color-light: fade(@text-color, 75%);
@text-color-on-icinga-blue: @body-bg-color;
@light-text-bg-color: fade(@gray, 5%);
// Text color on <a>
@link-color: @text-color;
@ -118,6 +119,7 @@
--text-color: #535353;
--text-color-light: fade(#535353, 75%);
--light-text-bg-color: fade(#7F7F7F, 5%);
--link-color: #535353;
--menu-active-color: #535353;
--menu-flyout-color: #535353;

View File

@ -462,7 +462,7 @@ form.icinga-form {
}
.form-description {
.var(background-color, "gray");
.var(background-color, light-text-bg-color);
}
.errors {