-
-
Notifications
You must be signed in to change notification settings - Fork 568
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
Redo of Fixes background of the dark-midnight theme #1961 #1966
Conversation
Co-authored-by: Sascha Moser <28950736+xopez@users.noreply.github.com> Signed-off-by: Christian König <ckoenig@posteo.de>
Signed-off-by: Christian König <ckoenig@posteo.de>
Signed-off-by: Christian König <ckoenig@posteo.de>
I fixed the duplicated selectors but after merging them a lot of duplicated properties emerged. I removed the once that were identical, but a lot diverted. This is now a design choice. CodeFactor might no pick up all duplicates, but I noted them manually (hope I didn't forget one)
|
In CSS, the last value will override the old ones. You don't need to make a design choice. The design decision was made earlier, by whoever entered the new values closer to the end of the file. |
d62778b
to
21135f6
Compare
Using "background:" resets all background properties. So, the "background-color" will be ignored and can be removed. |
Signed-off-by: Christian König <ckoenig@posteo.de>
I removed the duplicate properties. This needs comprehensive testing - there were so many changes I fear I deleted something imported and visual bugs slipped in. |
If you're going to change the file, could you please change the grid color for the graphs? to: .graphs-grid {
background-color: rgba(232, 230, 227, 0.1);
} or something else? |
Signed-off-by: Christian König <ckoenig@posteo.de>
Grid and input box fixed |
I tested it for a week now and did not observe any major flaws. Read for review |
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.
A quick look over the pages didn't reveal anything odd
This pull request has been mentioned on Pi-hole Userspace. There might be relevant details there: https://discourse.pi-hole.net/t/pi-hole-ftl-v5-12-web-v5-9-and-core-v5-7-released/51795/1 |
What does this PR aim to accomplish?:
Attempt to fix CodeFactor issues in #1961 and #1963