rewrite wrong variable name

This commit is contained in:
Thomas Pointhuber 2014-03-05 16:03:13 +01:00
parent 425ec3b707
commit a6c9a571ac
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
/// Categories
@color-categories-item-selected: @color-base;
@font-color-categories-item-selected: #FFF;
@color-categories-item-selected-font: #FFF;
@color-categories-item-border-selected: @color-base-dark;
@color-categories-item-border-unselected: #E8E7E6;

View File

@ -142,7 +142,7 @@ fieldset {
.checkbox_container input[type="checkbox"]:checked + label {
background: @color-categories-item-selected;
color: @font-color-categories-item-selected;
color: @color-categories-item-selected-font;
}
.search {