1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 14:13:34 +08:00

Opt: List tasks instead of collapsing them in submodules

This commit is contained in:
LmeSzinc
2023-06-17 22:08:57 +08:00
parent e3051c5aaa
commit 0c37354ed5
25 changed files with 598 additions and 509 deletions

View File

@@ -37,8 +37,16 @@
background-color: #eaecef !important;
}
.hr-task-group-line {
border-top-color: #d0d0d0;
}
.hr-task-group-text {
color: #777777;
}
.form-control,
.bootstrap-select>select {
.bootstrap-select > select {
border-bottom: .125rem solid #4e4c97;
}
@@ -60,7 +68,7 @@ textarea {
border: 1px solid lightgrey;
}
.aside-icon>path {
.aside-icon > path {
fill: #2c2c2c;
}
@@ -117,6 +125,6 @@ pre.rich-traceback-code {
}
*[style*="--arg-help--"],
[id^="pywebio-scope-group_"]>p+p {
[id^="pywebio-scope-group_"] > p + p {
color: #777777;
}