mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
css: Fix form description background color
This commit is contained in:
parent
82485236f7
commit
98cea1bbab
@ -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;
|
||||
|
@ -462,7 +462,7 @@ form.icinga-form {
|
||||
}
|
||||
|
||||
.form-description {
|
||||
.var(background-color, "gray");
|
||||
.var(background-color, light-text-bg-color);
|
||||
}
|
||||
|
||||
.errors {
|
||||
|
Loading…
x
Reference in New Issue
Block a user