-
-
Notifications
You must be signed in to change notification settings - Fork 223
feat(lichess): unthemed UI elements #1897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I can't figure out how to style the |
What are you referring to? |
Oh yeah native range sliders are terrible to theme. You can set the |
rip |
@uncenter Is there a way to style elements that are styled inline? In the registration page, the password complexity bar has spans that get directly styled when the password complexity increases: |
.password-complexity-meter {
[style="background-color: red;"] {
background-color: @red !important;
}
} Note the |
Sick! Thanks for that. Learning something new every day lol |
I think this is enough changes for one pull request. Ready for review now :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…e background on hover
🔧 What does this fix? 🔧
This pull request aims to theme the following from #1891:
Additionally:
Screenshots:
🗒 Checklist 🗒