From b10a01ddc29cc8689e16fe32c02b339a0e9bf375 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Tue, 20 Aug 2013 11:25:30 -0700 Subject: [PATCH] fix naming of background colors in default ui colors --- static/ui-colors.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/ui-colors.less b/static/ui-colors.less index 21597edc0..66f165937 100644 --- a/static/ui-colors.less +++ b/static/ui-colors.less @@ -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;