full releaseeeee timeeeee >:3

This commit is contained in:
mandorinn 2022-03-24 00:10:40 -05:00 committed by GitHub
parent 4e47c9ac6d
commit dc1f5ef728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {