diff --git a/client/themes/crypto.css b/client/themes/crypto.css index a3b388a9..a4106a4f 100644 --- a/client/themes/crypto.css +++ b/client/themes/crypto.css @@ -112,8 +112,8 @@ a:hover, top: 48px; } -#chat.no-colors .from button, -#chat.no-colors .sidebar button { +#chat.no-colors .from .user, +#chat.no-colors .sidebar .user { color: #000 !important; font-weight: bold; } diff --git a/client/themes/morning.css b/client/themes/morning.css index 37a20709..c4e7a2e8 100644 --- a/client/themes/morning.css +++ b/client/themes/morning.css @@ -92,13 +92,13 @@ QUIT #d0907d } /* Nicknames */ -#chat.no-colors .from button, -#chat.no-colors .sidebar button { +#chat.no-colors .from .user, +#chat.no-colors .sidebar .user { color: #b0bacf !important; } -#chat.no-colors .from button:hover, -#chat.no-colors .sidebar button:hover { +#chat.no-colors .from .user:hover, +#chat.no-colors .sidebar .user:hover { color: #fefefe !important; } diff --git a/client/themes/zenburn.css b/client/themes/zenburn.css index 526f2d15..e6e1b635 100644 --- a/client/themes/zenburn.css +++ b/client/themes/zenburn.css @@ -122,13 +122,13 @@ body { } /* Nicknames */ -#chat.no-colors .from button, -#chat.no-colors .sidebar button { +#chat.no-colors .from .user, +#chat.no-colors .sidebar .user { color: #bc8cbc !important; } -#chat.no-colors .from button:hover, -#chat.no-colors .sidebar button:hover { +#chat.no-colors .from .user:hover, +#chat.no-colors .sidebar .user:hover { color: #dcdccc !important; }