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