Browse Source

Fixed disabled color.

pull/16/head
Simon Eisenmann 11 years ago
parent
commit
2cb94cd3af
  1. 2
      src/styles/components/_chat.scss

2
src/styles/components/_chat.scss

@ -93,7 +93,7 @@ transition: left 200ms ease-in-out; @@ -93,7 +93,7 @@ transition: left 200ms ease-in-out;
font-size:.8em;
}
.list-group-item.disabled {
color:#eee;
color:#aaa;
}
}
.chatpane {

Loading…
Cancel
Save