mirror of
https://github.com/lifegpc/eh-downloader.git
synced 2026-07-08 01:31:00 +08:00
NewTaskPage aligen center fix css (#5)
This commit is contained in:
@@ -216,6 +216,17 @@ body {
|
||||
background-color: var(--dark-backgroud);
|
||||
}
|
||||
|
||||
.dark-scheme .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__idle{
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.dark-scheme .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__input:hover ~ .mdc-notched-outline__idle, .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused) .mdc-text-field__icon:hover ~ .mdc-notched-outline__idle{
|
||||
border-color: var(--mdc-theme-primary);
|
||||
}
|
||||
|
||||
.dark-scheme .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background{
|
||||
border-color: white;
|
||||
}
|
||||
.mdc-top-app-bar__section--align-end>* {
|
||||
margin: 0 5px;
|
||||
}
|
||||
@@ -236,10 +247,11 @@ div.new_task {
|
||||
|
||||
div.new_task>div.container {
|
||||
position: relative;
|
||||
margin: 2.5% 10%;
|
||||
margin: auto;
|
||||
height: calc(100% - 5% - 64px);
|
||||
min-width: 400px;
|
||||
width: calc(100% - 20%);
|
||||
margin-top: 8rem;
|
||||
}
|
||||
|
||||
div.new_task .top {
|
||||
|
||||
Reference in New Issue
Block a user