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

Add: Navigation bar

This commit is contained in:
18870
2022-01-06 03:39:38 +08:00
parent 952f8c1eb6
commit 65ce0f359f
5 changed files with 69 additions and 2 deletions

View File

@@ -21,10 +21,18 @@
color: white;
}
.btn-scheduler-off:hover {
.btn-off:hover {
color: white;
}
.btn-navigator {
background-color: white;
}
.btn-navigator:hover {
color: #4e4c97;
}
.hr-group {
background-color: #eaecef !important;
}
@@ -84,6 +92,10 @@ textarea {
background-color: white;
}
#pywebio-scope-navigator {
border: 1px solid lightgrey;
}
#pywebio-scope-scheduler-bar,
#pywebio-scope-log-bar,
#pywebio-scope-running,