Skip to content

Commit

Permalink
Update unraid-base.css for Unraid 7 (#665)
Browse files Browse the repository at this point in the history
* Update unraid-base.css for Unraid 7

* Update unraid-base.css

* Update unraid-base.css
  • Loading branch information
pnancke authored Feb 15, 2025
1 parent 8a1ece5 commit 1c729ee
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions css/base/unraid/unraid-base.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ textarea {
background: var(--transparency-dark-25);
}

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

/*DASHBOARD*/
table.share_status.dashboard {
background: var(--transparency-dark-15);
Expand Down Expand Up @@ -201,7 +205,7 @@ table.tablesorter thead tr th {
}

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

table.disk_status thead tr:first-child td,
Expand Down Expand Up @@ -236,6 +240,18 @@ table.share_status tbody tr.warn {
background-color: #feefb3 !important;
}

table td.stopgap {
display: none;
}

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

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

/*BUTTON*/
input[type=button],
input[type=reset],
Expand Down Expand Up @@ -367,6 +383,10 @@ div.Panel i.PanelIcon {
color: var(--text-hover);
}

.content #title {
background: unset;
}

/* PLUGINS */
div.tab [type=radio]:checked+label,
div.tab [type=radio]+label:hover {
Expand Down Expand Up @@ -764,4 +784,4 @@ unraid-authed::part(div[data-v-050c892a] > button) {

dt {
color: var(--text-hover);
}
}

0 comments on commit 1c729ee

Please sign in to comment.