summaryrefslogtreecommitdiff
path: root/res/css/modules
diff options
context:
space:
mode:
authorOfer Lehr <ofer@oferlehr.com>2014-12-06 01:42:55 +0200
committerOfer Lehr <ofer@oferlehr.com>2014-12-06 01:42:55 +0200
commit296ff36fb375c1de1de32e9c0a9a23f949f79267 (patch)
tree2a73990510a9cac2597be21dced183c66e2be2d0 /res/css/modules
parent37aa73b88961f6188d6608dd32eee32080d6c409 (diff)
nicer looking autocomplete
added a class to the items inside the suggestion box so we could style them.
Diffstat (limited to 'res/css/modules')
-rw-r--r--res/css/modules/colors.scss1
1 files changed, 1 insertions, 0 deletions
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