diff --git a/client/css/style.css b/client/css/style.css index 695a0b75..26290190 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1029,10 +1029,6 @@ button { color: #f00; } -#chat .unhandled .from { - color: #eee; -} - #chat .msg.toggle .time { visibility: hidden; } diff --git a/client/themes/crypto.css b/client/themes/crypto.css index 61a7c31d..50b01388 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -85,6 +85,10 @@ a:hover, color: #666; } +#chat .unhandled .from { + color: #ddd; +} + #sidebar .active { color: #fff; } diff --git a/client/themes/example.css b/client/themes/example.css index d85df9fa..f59944fe 100644 --- a/client/themes/example.css +++ b/client/themes/example.css @@ -27,6 +27,10 @@ body { top: 4px; } +#chat .unhandled .from { + color: #ddd; +} + #windows .window:before { background: #f4f4f4; background-image: linear-gradient(#f4f4f4, #ececec);