mirror of
https://github.com/mandorinn/eSix-Cafe.git
synced 2025-03-04 02:53:00 -05:00
Merge pull request #16 from faucetlol2/main
This commit is contained in:
commit
f7c51ebf9c
@ -1,7 +1,7 @@
|
||||
/* ==UserStyle==
|
||||
@name eSix Café
|
||||
@namespace mandorinn
|
||||
@version 1.3.9
|
||||
@version 1.4.0
|
||||
@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
|
||||
@ -3108,6 +3108,21 @@ if themep == classic {
|
||||
button.rating-s.active {
|
||||
background-color: var(--favorite-button)!important;
|
||||
}
|
||||
form.simple_form div.collection-radio-buttons input + label{
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user