mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
css: Fix notification text in light theme
This commit is contained in:
parent
3b87bbaff9
commit
7122455d5b
@ -8,6 +8,7 @@
|
|||||||
@gray-lightest: #F7F7F7;
|
@gray-lightest: #F7F7F7;
|
||||||
|
|
||||||
@text-color: #535353;
|
@text-color: #535353;
|
||||||
|
@text-color-inverted: @text-color;
|
||||||
|
|
||||||
@body-bg-color: #F5F9FA;
|
@body-bg-color: #F5F9FA;
|
||||||
@menu-bg-color: #DEECF1;
|
@menu-bg-color: #DEECF1;
|
||||||
@ -54,7 +55,3 @@ input.search {
|
|||||||
.recolor-icinga-logo();
|
.recolor-icinga-logo();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#notifications > li {
|
|
||||||
color: @text-color;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user