0
0

Styles edit

This commit is contained in:
Sergey Chebotar 2023-06-23 06:53:44 +03:00
parent 8195fd3720
commit 4d1a5229e5

View File

@ -380,9 +380,7 @@ select:disabled {
button, button,
[type=button], [type=button],
[type=reset], [type=reset],
[type=submit] { [type=submit]
-webkit-appearance: button;
}
button:not(:disabled), button:not(:disabled),
[type=button]:not(:disabled), [type=button]:not(:disabled),
[type=reset]:not(:disabled), [type=reset]:not(:disabled),
@ -439,7 +437,6 @@ legend + * {
[type=search] { [type=search] {
outline-offset: -2px; outline-offset: -2px;
-webkit-appearance: textfield;
} }
/* rtl:raw: /* rtl:raw:
@ -2492,8 +2489,7 @@ textarea.form-control-lg {
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;
appearance: none; appearance: none;
-webkit-print-color-adjust: exact; -print-color-adjust: exact;
color-adjust: exact;
} }
.form-check-input[type=checkbox] { .form-check-input[type=checkbox] {
border-radius: 0.25em; border-radius: 0.25em;
@ -4659,6 +4655,7 @@ textarea.form-control-lg {
.card-body { .card-body {
flex: 1 1 auto; flex: 1 1 auto;
padding: 1rem 1rem; padding: 1rem 1rem;
box-shadow: 0 4px 5px rgba(0,0,0,0.2);
} }
.card-title { .card-title {