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
|
|
@ -593,7 +593,7 @@ table td {
|
|||
border-top-width: 0;
|
||||
}
|
||||
|
||||
#emotelist table {
|
||||
.emotelist-table {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
@ -618,7 +618,7 @@ table td {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#emotelist-paginator-container {
|
||||
.emotelist-paginator-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
|||
2
www/css/themes/bootstrap-theme.min.css
vendored
2
www/css/themes/bootstrap-theme.min.css
vendored
|
|
@ -32,7 +32,7 @@ footer {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#emotelist td {
|
||||
.emotelist-table td {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
color: #c8c8c8;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
.profile-box, .user-dropdown, .emotelist-table td {
|
||||
color: #c8c8c8;
|
||||
background-color: #2d2d2d;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ footer {
|
|||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
#emotelist td {
|
||||
.emotelist-table td {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ input.form-control[type="email"], textarea.form-control {
|
|||
background-image: linear-gradient(#484e55, #3a3f44 60%, #313539) !important;
|
||||
}
|
||||
|
||||
.profile-box, .user-dropdown, #emotelist td {
|
||||
.profile-box, .user-dropdown, .emotelist-table td {
|
||||
color: #c8c8c8;
|
||||
background-color: #161a20;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue