Add emote search, sort toggle

This commit is contained in:
calzoneman 2015-05-13 12:17:32 -05:00
parent d3e2433ee6
commit 8927613da7
6 changed files with 64 additions and 13 deletions

View file

@ -39,13 +39,22 @@ input.form-control[type="email"], textarea.form-control {
background-color: rgba(65, 69, 74, 0.7) !important;
}
.profile-box, .user-dropdown, #emotelist td {
.profile-box, .user-dropdown {
color: #c8c8c8;
background-color: rgba(28, 30, 34, 0.95);
border: 1px solid #000000 !important;
border-radius: 0px !important;
}
#emotelist table {
background-color: #2a2d30;
}
#emotelist td {
background-color: rgba(28, 30, 34, 0.95);
border: none;
}
.profile-image {
border-radius: 0px;
border: solid 1px #000000 !important;