update to settings page css

This commit is contained in:
booploops 2022-03-23 22:23:10 -07:00
parent 30feff6dc6
commit c238591d6c
2 changed files with 8 additions and 7 deletions

View file

@ -2414,10 +2414,10 @@ fieldset:disabled .btn {
border-radius: 50px; border-radius: 50px;
color: #eee; color: #eee;
-webkit-user-drag: none; -webkit-user-drag: none;
transition: transform .35s var(--appleEase), background-color .35s var(--appleEase); // transition: transform .35s var(--appleEase), background-color .35s var(--appleEase);
font-weight: 500; font-weight: 500;
&:hover { &:hover {
transition: transform .35s var(--appleEase), background-color 0s var(--appleEase); // transition: transform .35s var(--appleEase), background-color 0s var(--appleEase);
background-color: var(--hover); background-color: var(--hover);
} }
} }
@ -2425,6 +2425,7 @@ fieldset:disabled .btn {
.nav-pills .show > .nav-link { .nav-pills .show > .nav-link {
color: #fff; color: #fff;
background-color: var(--selected); background-color: var(--selected);
outline:2px solid var(--keyColor);
} }
.nav-fill > .nav-link, .nav-fill > .nav-link,

View file

@ -833,12 +833,12 @@
} }
.md-option-header { .md-option-header {
padding : 1.25em 1.25em; padding: 0px 26px;
border-bottom: unset; border-bottom: unset;
border-top : unset; border-top: unset;
font-weight : 600; font-weight: 600;
font-size : 1.0em; background: rgb(255 255 255 / 0%);
background : rgb(255 255 255 / 3%); font-size: 2em;
} }
.settings-option-body { .settings-option-body {