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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user