Colors for approved/denied takedowns

* Add colors to the approved/denied status on takedowns, but make it consistent with the tickets page rather than using the colored boxes
* Use the themed red/green colors on the status text for tickets and takedowns
This commit is contained in:
faucet 2022-08-30 19:32:26 +01:00 committed by GitHub
parent b5397b8937
commit 576843c7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2843,6 +2843,15 @@ if themep == classic {
color: var(--base-link-hover)!important;
}
}
/* Takedowns and Tickets */
.sect_green, .approved-ticket {
color: var(--favorite-button)!important;
font-weight: 900;
}
.sect_red, .redtext, .denied-ticket {
color: var(--flagged)!important;
font-weight: 900;
}
/* Tag Changes */
#p-revert-listing {
max-width: 90vw;