We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Im working on a custom css for my status page. Mainly i want to edit the Colors.
I dont understand what to change, so that the color change hover effect of monitors has a different color. If you dont know what i mean take a look here: https://github.com/user-attachments/assets/3f3930b7-5128-41dd-a296-dca2b83cf82c
Custom CSS:
.dark { background-color: #060400; } .item:hover { background-color: #0d0900; } .dark .shadow-box:not(.alert) { background-color: #0d0900; }
1.23.15
Debian 12
Google Chrome
The text was updated successfully, but these errors were encountered:
I think you need to be more specific with you classes and play around a bit with Inspector to find what you need
.monitor-list .item:hover { background-color: #0d0900; } .dark .shadow-box.:not(:has(.alert)) { background-color: #0d0900; }
Sorry, something went wrong.
No branches or pull requests
🛡️ Security Policy
📝 Describe your problem
Im working on a custom css for my status page. Mainly i want to edit the Colors.
I dont understand what to change, so that the color change hover effect of monitors has a different color.
If you dont know what i mean take a look here:
https://github.com/user-attachments/assets/3f3930b7-5128-41dd-a296-dca2b83cf82c
📝 Error Message(s) or Log
Custom CSS:
🐻 Uptime-Kuma Version
1.23.15
💻 Operating System and Arch
Debian 12
🌐 Browser
Google Chrome
🖥️ Deployment Environment
The text was updated successfully, but these errors were encountered: