Use button mixin properly in panels

This commit is contained in:
Ben Ogle
2013-09-04 15:31:39 -07:00
parent 2912893ac7
commit 906fe7bb37

View File

@@ -61,6 +61,6 @@
@hover: lighten(@button-background-color-hover, 10%);
@selected: lighten(@button-background-color-selected, 10%);
@text: lighten(@text-color, 10%);
.btn-background(@bg, @hover, @selected, @text);
.btn-background(@bg, @hover, @selected, @button-border-color, @text, @text);
}
}