mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
full releaseeeee timeeeee >:3
This commit is contained in:
parent
4e47c9ac6d
commit
dc1f5ef728
@ -1472,6 +1472,19 @@
|
||||
}
|
||||
table.striped tbody tr td, table.table tbody tr td {
|
||||
background-color: var(--bg)!important;
|
||||
}
|
||||
/* User feedback table */
|
||||
div#c-user-feedbacks #a-index .striped > tbody > tr > td {
|
||||
background: transparent!important;
|
||||
}
|
||||
div#c-moderator-dashboards div#col2 .feedback-category-negative, div#c-user-feedbacks .feedback-category-negative {
|
||||
background: var(--flagged)!important;
|
||||
}
|
||||
div#c-moderator-dashboards div#col2 .feedback-category-negative, div#c-user-feedbacks .feedback-category-neutral {
|
||||
background: var(--bg-400)!important;
|
||||
}
|
||||
div#c-moderator-dashboards div#col2 .feedback-category-negative, div#c-user-feedbacks .feedback-category-positive {
|
||||
background: var(--favorite-button)!important;
|
||||
}
|
||||
/* Tag Changes */
|
||||
#p-revert-listing {
|
||||
|
Loading…
Reference in New Issue
Block a user