From 2cb94cd3af37dfb16a5b1ab8d4c7bc43e5a7e22f Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Fri, 21 Mar 2014 11:14:54 +0100 Subject: [PATCH] Fixed disabled color. --- src/styles/components/_chat.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/components/_chat.scss b/src/styles/components/_chat.scss index 78469eb7..f982fd06 100644 --- a/src/styles/components/_chat.scss +++ b/src/styles/components/_chat.scss @@ -93,7 +93,7 @@ transition: left 200ms ease-in-out; font-size:.8em; } .list-group-item.disabled { - color:#eee; + color:#aaa; } } .chatpane {