From 945d6f3f9f6a94afda9250897d4fbeba949396d0 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 26 Dec 2013 11:25:16 +0000 Subject: [PATCH] feature(style) .cmd-button color : rgb(49,123,249) -> #222 --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 001dd716..808517b4 100644 --- a/css/style.css +++ b/css/style.css @@ -93,7 +93,7 @@ body { width: 5%; margin: 20px 2px 0 2px; overflow: hidden; - color: rgb(49,123,249); + color: #222; text-overflow: ellipsis; white-space: nowrap; background-color: white;