Skip to content

Commit

Permalink
CSS: Use color: inherit for *-default mixins
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent b1c48c0 commit 2b0e880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/colors.less
@@ -1,7 +1,7 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */

.bg-color-default() {
background-color: @body-bg-color;
background-color: inherit;
}

.bg-color-ok,
Expand Down Expand Up @@ -89,7 +89,7 @@
}

.fg-color-default {
color: @text-color;
color: inherit;
}

.fg-color-inverted() {
Expand Down

0 comments on commit 2b0e880

Please sign in to comment.