-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css error in sqm qos section #545
Comments
Firmware & theme version, please. |
dark.css 缺少 --- a/less/dark.less
+++ b/less/dark.less
@@ -502,6 +502,11 @@ textarea {
background-color: #1e1e1e;
}
+.cbi-section[id] .cbi-section-remove:nth-of-type(4n+3),
+.cbi-section[id] .cbi-section-node:nth-of-type(4n+4) {
+ background-color: #1e1e1e;
+}
+
.node-system-packages > .main table tr td:nth-last-child(1) {
color: #ccc; 之后它就不会以白色背景显示 |
firmware 23.05, theme version 2.3.1 |
已经更新,感谢提供方案。 |
there is a white bar in sqm qos section.
The text was updated successfully, but these errors were encountered: