-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Edit CSS of Status pages #3657
Comments
Try .dark .shadow-box[data-v-3042fc32] {
background-color: rgba(13, 17, 23, 0.4) !important;
} instead of .dark .shadow-box[data-v-3042fc32] {
background-color: #0d1117d1;
} with |
In src/pages/StatusPage.vue Try this dark .shadow-box[data-v-3042fc32] {
background-color: rgba(13, 17, 23, 0.82);
} sets the background color to a semi-transparent version of the color (#0d1117) with an alpha value of 0.82. You can adjust the alpha value to make the background more or less transparent, depending on your preference. |
@Akashsingh310 you should not update that file; instead add it as Custom CSS on each page... Or it will create a conflict when you update your kuma to latest version 😅 |
@imkuroneko Got it, thanks for the heads up! I'll refrain from updating that file directly and will utilize Custom CSS per page. Appreciate the advice to avoid conflicts. 😄👍 |
@imkuroneko Thank you! When i reverse se settings the update should be not a problem again or is the file still marked as tampered? |
With the native installation, or via docker this should not be a problem, as both just pull the files. |
Also note that targeting |
We are clearing up our old issues and your ticket has been open for 3 months with no activity. Remove stale label or comment or this will be closed in 2 days. |
This issue was closed because it has been stalled for 2 days with no activity. |
🛡️ Security Policy
📝 Describe your problem
Hello!
I set a Image in the background and want to set the boxes a transparence efect:
What i found are two places whre the colour ist set in the CSS files - i use the dark theme.
src/assets/vars.scss and src/pages/StatusPage.vue i want to change the colour #0d1117 to #0d1117d1
I used the Web tools in FF and Github search to find the values where to change, but the fields stay black - when i set it in the view unter custom css like the wallpaper the change was just temporary.
I clear after every change the brower cache and try additionaolly via Opera.
.dark .shadow-box[data-v-3042fc32] {
background-color: #0d1117d1;
}
The Uptime Kuma is installed in Docker for windows and the newest version.
Thank you in advance for you tips!
how i want the Transparency
How it is now
📝 Error Message(s) or Log
No response
🐻 Uptime-Kuma Version
1.23.0
💻 Operating System and Arch
Docker for Windows
🌐 Browser
Firefox,Edge,Opera
🐋 Docker Version
v4.22.0
🟩 NodeJS Version
No response
The text was updated successfully, but these errors were encountered: