From 4d1a5229e5f86924db96a0274a9e54370bf111ae Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Fri, 23 Jun 2023 06:53:44 +0300 Subject: [PATCH] Styles edit --- wwwroot/css/styles.css | 9 +++------ 1 file 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 {