CSS: Use color: inherit for *-default mixins

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-29 10:23:49 +02:00
parent b1c48c02cf
commit 2b0e8803be

View File

@ -1,7 +1,7 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
.bg-color-default() { .bg-color-default() {
background-color: @body-bg-color; background-color: inherit;
} }
.bg-color-ok, .bg-color-ok,
@ -89,7 +89,7 @@
} }
.fg-color-default { .fg-color-default {
color: @text-color; color: inherit;
} }
.fg-color-inverted() { .fg-color-inverted() {