mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
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:
parent
b5397b8937
commit
576843c7c2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user