Minor fix to variables

This commit is contained in:
Samuel Georges 2015-06-03 19:38:19 +10:00
parent ae957de1cc
commit 9bef4d5d8e
2 changed files with 2 additions and 10 deletions

View File

@ -293,7 +293,7 @@ label {
.field-checkboxlist-scrollable {
background: white;
border: 1px solid @color-list-border;
border: 1px solid @color-form-checkboxlist-border;
padding-left: 15px;
height: @size-large + 100;

View File

@ -42,11 +42,7 @@
@color-custom-input-icon: #666666;
@color-custom-input-border: #999999;
// Fix these -- LIST?!
@color-list-border: #e2e2e2;
@color-list-border-light: #eeeeee;
@color-form-checkboxlist-border: #e2e2e2;
// Switch is control?
@color-switch-input-bg: #f6f6f6;
@ -57,7 +53,3 @@
@color-custom-select-border: #b2b9be;
@color-custom-select-bg: #f6f6f6;
@color-custom-select-bg-hover: #4da7e8;