File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff 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*/
144148table .share_status .dashboard {
145149 background : var (--transparency-dark-15 );
@@ -201,7 +205,7 @@ table.tablesorter thead tr th {
201205}
202206
203207table {
204- background : var (--transparency-dark-25 );
208+ background : var (--transparency-dark-25 ) !important ;
205209}
206210
207211table .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*/
240256input [type = button ],
241257input [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 */
371391div .tab [type = radio ]: checked + label ,
372392div .tab [type = radio ]+ label : hover {
@@ -764,4 +784,4 @@ unraid-authed::part(div[data-v-050c892a] > button) {
764784
765785dt {
766786 color : var (--text-hover );
767- }
787+ }
You can’t perform that action at this time.
0 commit comments