mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-20 22:50:11 +02:00
parent
b1c48c02cf
commit
2b0e8803be
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user