Merge pull request #35 from faucetlol2/patch-3

Mod dashboard feedback colors, style backtraces
This commit is contained in:
mandorinn 2023-02-17 13:59:25 -06:00 committed by GitHub
commit 13b6beb02b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
/* ==UserStyle==
@name eSix Café
@namespace mandorinn
@version 1.6.3
@version 1.6.4
@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
@ -970,6 +970,9 @@ if themep == classic {
background: none!important;
}
}
ul.backtrace {
background: var(--bg);
}
/* Header */
header#top {
background-color: var(--bg)!important;
@ -3047,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, div#c-user-feedbacks .feedback-category-negative {
div#c-moderator-dashboards div#col2 .feedback-category-negative td, 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 {
div#c-moderator-dashboards div#col2 .feedback-category-neutral td, 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 {
div#c-moderator-dashboards div#col2 .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 {