mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
Fix mod dashboard feedback colors
This commit is contained in:
parent
d27197b357
commit
74356397b4
@ -1,7 +1,7 @@
|
||||
/* ==UserStyle==
|
||||
@name eSix Café
|
||||
@namespace mandorinn
|
||||
@version 1.6.5
|
||||
@version 1.6.6
|
||||
@description A muted and easy on the eyes style for e621. Big credits to Faucet for the bug reports so far, thank you!
|
||||
@author mandorinn [(www.mandorinn.dev)], faucet [(https://e621.net/users/601225)]
|
||||
@updateURL https://github.com/mandorinn/eSix-Cafe/raw/main/release/eSixCafe.user.css
|
||||
@ -3050,13 +3050,13 @@ if themep == classic {
|
||||
div#c-user-feedbacks #a-index .striped > tbody > tr > td {
|
||||
background: transparent!important;
|
||||
}
|
||||
div#c-moderator-dashboards div#col2 .feedback-category-negative td, div#c-user-feedbacks .feedback-category-negative {
|
||||
div#c-moderator-dashboards .feedback-category-negative td, div#c-user-feedbacks .feedback-category-negative {
|
||||
background: var(--flagged)!important;
|
||||
}
|
||||
div#c-moderator-dashboards div#col2 .feedback-category-neutral td, div#c-user-feedbacks .feedback-category-neutral {
|
||||
div#c-moderator-dashboards .feedback-category-neutral td, div#c-user-feedbacks .feedback-category-neutral {
|
||||
background: var(--bg-400)!important;
|
||||
}
|
||||
div#c-moderator-dashboards div#col2 .feedback-category-positive td, div#c-user-feedbacks .feedback-category-positive {
|
||||
div#c-moderator-dashboards .feedback-category-positive td, div#c-user-feedbacks .feedback-category-positive {
|
||||
background: var(--favorite-button)!important;
|
||||
}
|
||||
.feedback-category-negative .user-blocked, .feedback-category-negative .user-banned {
|
||||
|
Loading…
Reference in New Issue
Block a user