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;
|
background-color: #eeeeee !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-box, .user-dropdown, #emotelist td {
|
.profile-box, .user-dropdown {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#emotelist td {
|
#emotelist td {
|
||||||
border: 1px solid #cccccc;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-shadow {
|
.chat-shadow {
|
||||||
|
|
|
@ -22,12 +22,12 @@ footer {
|
||||||
background-color: #eeeeee !important;
|
background-color: #eeeeee !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-box, .user-dropdown, #emotelist td {
|
.profile-box, .user-dropdown {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#emotelist td {
|
#emotelist td {
|
||||||
border: 1px solid #cccccc;
|
background-color: #f0f0f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-shadow {
|
.chat-shadow {
|
||||||
|
|
Loading…
Reference in New Issue