dashboard: remove box-shadow on form-controls to be inline with buttons

This commit is contained in:
Johannes Zellner
2024-09-19 13:04:03 +02:00
parent 9012badfb8
commit 87b8fc6a1b

View File

@@ -135,6 +135,10 @@ select.form-control {
background-position-y: 5px;
}
.form-control {
box-shadow: none;
}
input[type="checkbox"], input[type="radio"] {
margin-top: 2px;
}