From 296ff36fb375c1de1de32e9c0a9a23f949f79267 Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sat, 6 Dec 2014 01:42:55 +0200 Subject: nicer looking autocomplete added a class to the items inside the suggestion box so we could style them. --- res/css/modules/colors.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'res/css/modules') diff --git a/res/css/modules/colors.scss b/res/css/modules/colors.scss index 95956a49..11337ef7 100644 --- a/res/css/modules/colors.scss +++ b/res/css/modules/colors.scss @@ -8,6 +8,7 @@ $blue: #004681; $purple: #8b3ab0; $orange: #ff8b11; $yellow: #fad900; +$green: #40C200; $light-cyan: #D3F2F8; $dark-cyan: #8eb6bf; $darker-cyan: #1D6E7F; \ No newline at end of file -- cgit v1.3.1