Skip to content

Commit

Permalink
fix: update new version luci-app-openclash style
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Mar 5, 2023
1 parent 55bc47f commit 228cf13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions htdocs/luci-static/design/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3288,4 +3288,14 @@ form[action="/cgi-bin/luci/admin/network/wireless_join"] input[class="cbi-button
.node-network-network .ifacebox strong{
color: var(--ifaceboxFontColor);
padding: 5px;
}

/* fix new version luci-app-openclash style */
.node-services-openclash ul li.selected {
background-color: var(--activeColor) !important;
}

.node-services-openclash .cbi-button-reset,
.node-services-openclash .cbi-input-remove {
max-width: unset !important;
}

0 comments on commit 228cf13

Please sign in to comment.