Changes for rating buttons on post edit

Support for the new buttons added when editing a post
This commit is contained in:
faucet 2022-08-17 12:33:36 +01:00 committed by GitHub
parent 0b2d814857
commit 4d8502c9cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3108,6 +3108,21 @@ if themep == classic {
button.rating-s.active {
background-color: var(--favorite-button)!important;
}
.collection_radio_buttons{
color: var(--base-text)!important;
}
.radio_buttons:not(:checked)+label {
background-color: var(--bg-300)!important;
}
#post_rating_e:checked+label {
background-color: var(--remove-favorite)!important;
}
#post_rating_q:checked+label {
background-color: var(--warn-button)!important;
}
#post_rating_s:checked+label {
background-color: var(--favorite-button)!important;
}
/* Site map */
#a-site-map {