Update max-theme-dark.css

This commit is contained in:
Maxi Zamorano 2023-04-22 12:47:38 -04:00 committed by GitHub
parent e274448878
commit 7eb2af68b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,60 +96,6 @@ body {
text-shadow: none !important;
}
.form-control:hover {
background-color: #121d2f !important;
border: 1px solid #0d6efd8f !important;
border-radius: 5px !important;
box-shadow: none !important;
color: #fff !important;
display: block !important;
font-size: .8rem !important;
font-weight: 400 !important;
line-height: 1.5 !important;
padding: 8px 12px !important;
transition: background-color .5s !important;
}
.form-control:active {
color: #fff !important;
background-color: #121d2f !important;
border-color: #121d2f !important;
outline: 0 !important;
box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
transition: .2s !important;
}
.form-control:focus {
color: #fff !important;
background-color: #121d2f !important;
border-color: #121d2f !important;
outline: 0 !important;
box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
transition: .2s !important;
}
.form-select {
padding: 8px 12px !important;
line-height: 1.5 !important;
color: #fff !important;
background-color: #121d2f !important;
border: 1px solid #121d2f !important;
border-radius: .25rem !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
box-shadow: none !important;
}
.form-select:hover {
padding: 8px 12px !important;
line-height: 1.5 !important;
color: #fff !important;
background-color: #121d2f !important;
border: 1px solid #0d6efd8f !important;
border-radius: .25rem !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
box-shadow: none !important;
}
.form-check label, .form-label {
color: #fff !important;
}
@ -244,6 +190,24 @@ body {
transition: background-color .5s !important;
}
.form-control:active {
color: #fff !important;
background-color: #121d2f !important;
border-color: #121d2f !important;
outline: 0 !important;
box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
transition: .2s !important;
}
.form-control:focus {
color: #fff !important;
background-color: #121d2f !important;
border-color: #121d2f !important;
outline: 0 !important;
box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) !important;
transition: .2s !important;
}
.form-select {
padding: 8px 12px !important;
line-height: 1.5 !important;
@ -255,6 +219,17 @@ body {
box-shadow: none !important;
}
.form-select:hover {
padding: 8px 12px !important;
line-height: 1.5 !important;
color: #fff !important;
background-color: #121d2f !important;
border: 1px solid #0d6efd8f !important;
border-radius: .25rem !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
box-shadow: none !important;
}
.form-select:focus {
color: #fff !important;
background-color: #121d2f !important;
@ -749,3 +724,7 @@ nav.main-menu {
color: #0d6efd !important;
text-shadow: none !important;
}
.toolbar-sorting-toggle:hover, .toolbar-sorting-toggle:hover b {
color: #0d6efd !important;
}