Skip to content

Commit

Permalink
fix: fix node-status-realtime connections background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Feb 22, 2023
1 parent eaacb64 commit 011daac
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions htdocs/luci-static/design/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2639,7 +2639,14 @@ header > .container > .pull-right > * {
.node-status-realtime table {
table-layout: auto !important;
}

/* fix node-status-realtime connections */
.node-status-realtime fieldset[id="cbi-table-table"] {
background-color: unset !important;
}
.node-status-realtime fieldset[id="cbi-table-table"] > table > tbody > tr:nth-of-type(odd),
.node-status-realtime fieldset[id="cbi-table-table"] table[id="connections"] tr.cbi-section-table-row.cbi-rowstyle-2 {
background-color: unset;
}

select#cbi\.combobox\.cbid\.shadowsocksr\.cfg013fd6\.tunnel_forward {
overflow: hidden;
Expand Down Expand Up @@ -3202,4 +3209,5 @@ form[action="/cgi-bin/luci/admin/network/wireless"] input[class="cbi-button cbi-
form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button cbi-input-find"] {
height: 25px;
min-width: 70px;
}
}

0 comments on commit 011daac

Please # to comment.