Fix wrong CSS for disabled colored nicknames on themes

This commit is contained in:
Jérémie Astori 2016-05-10 19:27:31 -04:00
parent 973fa0f4b2
commit 7c41133a12
3 changed files with 10 additions and 10 deletions

View File

@ -112,8 +112,8 @@ a:hover,
top: 48px; top: 48px;
} }
#chat.no-colors .from button, #chat.no-colors .from .user,
#chat.no-colors .sidebar button { #chat.no-colors .sidebar .user {
color: #000 !important; color: #000 !important;
font-weight: bold; font-weight: bold;
} }

View File

@ -92,13 +92,13 @@ QUIT #d0907d
} }
/* Nicknames */ /* Nicknames */
#chat.no-colors .from button, #chat.no-colors .from .user,
#chat.no-colors .sidebar button { #chat.no-colors .sidebar .user {
color: #b0bacf !important; color: #b0bacf !important;
} }
#chat.no-colors .from button:hover, #chat.no-colors .from .user:hover,
#chat.no-colors .sidebar button:hover { #chat.no-colors .sidebar .user:hover {
color: #fefefe !important; color: #fefefe !important;
} }

View File

@ -122,13 +122,13 @@ body {
} }
/* Nicknames */ /* Nicknames */
#chat.no-colors .from button, #chat.no-colors .from .user,
#chat.no-colors .sidebar button { #chat.no-colors .sidebar .user {
color: #bc8cbc !important; color: #bc8cbc !important;
} }
#chat.no-colors .from button:hover, #chat.no-colors .from .user:hover,
#chat.no-colors .sidebar button:hover { #chat.no-colors .sidebar .user:hover {
color: #dcdccc !important; color: #dcdccc !important;
} }