Fix unhandled message color in Crypto theme

This commit is contained in:
Max Leiter 2016-09-28 11:46:00 -07:00
parent fd9edbfd69
commit 565e37e873
3 changed files with 8 additions and 4 deletions

View file

@ -949,10 +949,6 @@ button {
color: #f00;
}
#chat .unhandled .from {
color: #eee;
}
#chat .msg.toggle .time {
visibility: hidden;
}

View file

@ -85,6 +85,10 @@ a:hover,
color: #666;
}
#chat .unhandled .from {
color: #ddd;
}
#sidebar .active {
color: #fff;
}

View file

@ -27,6 +27,10 @@ body {
top: 4px;
}
#chat .unhandled .from {
color: #ddd;
}
#windows .window:before {
background: #f4f4f4;
background-image: linear-gradient(#f4f4f4, #ececec);