From 7c41133a1275550832e6b04ce2b21c940cab7b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 10 May 2016 19:27:31 -0400 Subject: [PATCH] Fix wrong CSS for disabled colored nicknames on themes --- client/themes/crypto.css | 4 ++-- client/themes/morning.css | 8 ++++---- client/themes/zenburn.css | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) 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; }