mirror of https://github.com/calzoneman/sync.git
Fix emote background on light themes
This commit is contained in:
parent
691ec3055c
commit
d3e2433ee6
|
@ -28,12 +28,12 @@ footer {
|
|||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
.profile-box, .user-dropdown {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#emotelist td {
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
|
|
|
@ -22,12 +22,12 @@ footer {
|
|||
background-color: #eeeeee !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
.profile-box, .user-dropdown {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#emotelist td {
|
||||
border: 1px solid #cccccc;
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
.chat-shadow {
|
||||
|
|
Loading…
Reference in New Issue