Fix wrong CSS for disabled colored nicknames on themes
This commit is contained in:
parent
973fa0f4b2
commit
7c41133a12
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user