dashboard: remove box-shadow on form-controls to be inline with buttons
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user