feature(style) .cmd-button color : rgb(49,123,249) -> #222

This commit is contained in:
coderaiser 2013-12-26 11:25:16 +00:00
parent 66a4efb439
commit 945d6f3f9f

View file

@ -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;