Fix emote background on light themes

This commit is contained in:
calzoneman 2015-05-12 18:24:03 -05:00
parent 691ec3055c
commit d3e2433ee6
2 changed files with 4 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {