Skip to content

Update unraid-base.css for Unraid 7#665

Merged
GilbN merged 3 commits into
themepark-dev:developfrom
pnancke:develop
Feb 15, 2025
Merged

Update unraid-base.css for Unraid 7#665
GilbN merged 3 commits into
themepark-dev:developfrom
pnancke:develop

Conversation

@pnancke

@pnancke pnancke commented Feb 12, 2025

Copy link
Copy Markdown
Contributor

theme-park.dev


  • 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

  • When submitting bugfixes please show a before and after screenshot of the fix, and a description of what the fix does.

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:
image

After:
image

Dashboard Button Transparent Background

Before:
image

After:
image

Focused Textarea Background

Before:
image

After:
image

Content Header Background in Settings

Before:
image

After:
image

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

<style>
table {
    background: var(--transparency-dark-25) !important;
}

table td.stopgap {
    display: none;
}

table.dashboard i.fa {
    background-color: unset;
}

table.dashboard tbody {
    border: var(--transparency-light-25) 1px solid;
}

textarea:focus {
    background: var(--transparency-dark-35);
}

.content #title {
    background: unset;
}

</style>

Source / References:

#663

@pnancke pnancke marked this pull request as ready for review February 12, 2025 11:49
@GilbN GilbN merged commit 1c729ee into themepark-dev:develop Feb 15, 2025
@GilbN

GilbN commented Feb 15, 2025

Copy link
Copy Markdown
Collaborator

Thanks for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants