diff --git a/htdocs/luci-static/design/css/style.css b/htdocs/luci-static/design/css/style.css index de4f3fa01..966c9e6fc 100644 --- a/htdocs/luci-static/design/css/style.css +++ b/htdocs/luci-static/design/css/style.css @@ -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; @@ -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; -} \ No newline at end of file +} +