CSS edge case fixes for sabnzbd-base.css#681
Closed
zdhoward wants to merge 3 commits into
Closed
Conversation
Added styling to the warning messages
Styling the form-control for modals
Styling to cover some edge cases like certain select boxes still displaying as default
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have read the contributing guideline and understand that I have made the correct modifications
PR's are done against the develop branch.
Bug fixes
Description:
New to this and overlooked a couple parts of sabnzbd in my last PR. Had some more time to go over it more thoroughly and fix up the last bits.
Before Images:



After Images:



Benefits of this PR and context:
Better sabnzbd support
How Has This Been Tested?
Tested with editing the sabnzbd-base.css file in the Sources of Brave browser inspector.
Once working there I pushed my changes into my local theme-park docker container and was able to pull it through the Stylus extension.
Source / References:
This is a follow up to #680