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…
Reference in New Issue