fix naming of background colors in default ui colors

This commit is contained in:
Ben Ogle
2013-08-20 11:25:30 -07:00
parent 14b5308bb3
commit b10a01ddc2

View File

@@ -27,9 +27,9 @@
@background-color-3: #fff;
// Highlight color for background corresponding in index to background-color
@background-highlight-color-1: rgba(0, 0, 0, .2);
@background-highlight-color-2: rgba(0, 0, 0, .2);
@background-highlight-color-3: rgba(0, 0, 0, .2);
@background-color-highlight-1: rgba(0, 0, 0, .2);
@background-color-highlight-2: rgba(0, 0, 0, .2);
@background-color-highlight-3: rgba(0, 0, 0, .2);
// Border color for background corresponding in index to background-color.
@border-color-1: #eee;