From 032d2651d0dee5cb1dd1bae4d96c5cca3467813e Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 4 May 2016 11:55:44 -0700 Subject: [PATCH] 'tweak icons colors' --- combo.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/combo.css b/combo.css index de2c52a..81c5280 100644 --- a/combo.css +++ b/combo.css @@ -36,3 +36,8 @@ div.vis-item.vis-selected { .vis-timeline { text-align: left; } + +/* hardcode the calendar which is on a clear background to a darker gray that matches the font color.*/ +.fa-calendar { + color: #868686; +}