Skip to content

Commit 1c729ee

Browse files
authored
Update unraid-base.css for Unraid 7 (#665)
* Update unraid-base.css for Unraid 7 * Update unraid-base.css * Update unraid-base.css
1 parent 8a1ece5 commit 1c729ee

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

css/base/unraid/unraid-base.css

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ textarea {
140140
background: var(--transparency-dark-25);
141141
}
142142

143+
textarea:focus {
144+
background: var(--transparency-dark-35);
145+
}
146+
143147
/*DASHBOARD*/
144148
table.share_status.dashboard {
145149
background: var(--transparency-dark-15);
@@ -201,7 +205,7 @@ table.tablesorter thead tr th {
201205
}
202206

203207
table {
204-
background: var(--transparency-dark-25);
208+
background: var(--transparency-dark-25) !important;
205209
}
206210

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

243+
table td.stopgap {
244+
display: none;
245+
}
246+
247+
table.dashboard i.fa {
248+
background-color: unset;
249+
}
250+
251+
table.dashboard tbody {
252+
border: var(--transparency-light-25) 1px solid;
253+
}
254+
239255
/*BUTTON*/
240256
input[type=button],
241257
input[type=reset],
@@ -367,6 +383,10 @@ div.Panel i.PanelIcon {
367383
color: var(--text-hover);
368384
}
369385

386+
.content #title {
387+
background: unset;
388+
}
389+
370390
/* PLUGINS */
371391
div.tab [type=radio]:checked+label,
372392
div.tab [type=radio]+label:hover {
@@ -764,4 +784,4 @@ unraid-authed::part(div[data-v-050c892a] > button) {
764784

765785
dt {
766786
color: var(--text-hover);
767-
}
787+
}

0 commit comments

Comments
 (0)