Initial emote list implementation

This commit is contained in:
calzoneman 2015-05-12 13:50:59 -05:00
parent 73fc5dd724
commit 389dd0d5ab
11 changed files with 256 additions and 10 deletions

View file

@ -22,10 +22,14 @@ footer {
background-color: #eeeeee !important;
}
.profile-box, .user-dropdown {
.profile-box, .user-dropdown, #emotelist td {
background-color: #ffffff;
}
#emotelist td {
border: 1px solid #cccccc;
}
.chat-shadow {
color: #aaaaaa;
}