1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 04:49:17 +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

@@ -36,8 +36,16 @@
background-color: #40444b !important;
}
.hr-task-group-line {
border-top-color: #adb5bd;
}
.hr-task-group-text {
color: #adb5bd;
}
.form-control,
.bootstrap-select>select {
.bootstrap-select > select {
border-bottom: .125rem solid #7a77bb;
}
@@ -59,7 +67,7 @@ textarea {
border: 1px solid #21262d;
}
.aside-icon>path {
.aside-icon > path {
fill: #c9d1d9;
}
@@ -118,6 +126,6 @@ pre.rich-traceback-code {
}
*[style*="--arg-help--"],
[id^="pywebio-scope-group_"]>p+p {
[id^="pywebio-scope-group_"] > p + p {
color: #adb5bd;
}