summaryrefslogtreecommitdiff
path: root/wwwroot/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot/css/styles.css')
-rw-r--r--wwwroot/css/styles.css9
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 {