Skip to content
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

Update unraid-base.css for Unraid 7 #665

Merged
merged 3 commits into from
Feb 15, 2025
Merged

Conversation

pnancke
Copy link

@pnancke pnancke commented Feb 12, 2025

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
Copy link
Collaborator

GilbN commented Feb 15, 2025

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