Make EmoteList self-contained instead of referencing globals
This commit is contained in:
parent
4e011c0d26
commit
d59daab2ae
10 changed files with 59 additions and 50 deletions
|
|
@ -46,11 +46,11 @@ input.form-control[type="email"], textarea.form-control {
|
|||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
#emotelist table {
|
||||
.emotelist-table {
|
||||
background-color: #2a2d30;
|
||||
}
|
||||
|
||||
#emotelist td {
|
||||
.emotelist-table td {
|
||||
background-color: rgba(28, 30, 34, 0.95);
|
||||
border: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue