diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-23 06:53:44 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-06-23 06:53:44 +0300 |
commit | 4d1a5229e5f86924db96a0274a9e54370bf111ae (patch) | |
tree | 97cad36c62b195a7246694a4c40f12912e85d63d | |
parent | 8195fd372086f6fb5b8e975f1906aeb8125a63ba (diff) |
Styles edit
-rw-r--r-- | wwwroot/css/styles.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/wwwroot/css/styles.css b/wwwroot/css/styles.css index 51f1c89..947f7a5 100644 --- a/wwwroot/css/styles.css +++ b/wwwroot/css/styles.css @@ -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 { |