Fix emote background on light themes
This commit is contained in:
parent
691ec3055c
commit
d3e2433ee6
4
www/css/themes/bootstrap-theme.min.css
vendored
4
www/css/themes/bootstrap-theme.min.css
vendored
|
@ -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 a new issue