Update unraid-base.css for Unraid 7#665
Merged
Merged
Conversation
Collaborator
|
Thanks for the PR! |
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:
unRAID 7 introduced changed the background of some elements and introduces some unstyled elements as mentioned in #663.
Adjusted Background in the Dashboard:
Before:

After:

Dashboard Button Transparent Background
Before:

After:

Focused Textarea Background
Before:

After:

Content Header Background in Settings
Before:

After:

Benefits of this PR and context:
It fixes the background of elements in the unraid dashboard
How Has This Been Tested?
I've tested this by importing
<link type="text/css" rel="Stylesheet" href="https://theme-park.dev/css/base/unraid/space-gray.css" />as well as the following lines lines which contain the changes of this PR in the Theme Engine -> Custom styling (advanced) section
Source / References:
#663