Merge pull request #318 from thelounge/astorije/fix-no-colors-themes

Fix wrong CSS for disabled colored nicknames on themes
This commit is contained in:
Max-P 2016-05-10 19:35:46 -04:00
commit 605036fb1e
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;
} }