mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-07-05 22:28:27 +02:00
Fixed the date field border #281
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -227,7 +227,7 @@ form {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type=text], input[type=password], input[type=email] {
|
||||
input[type=text], input[type=password], input[type=email], input[type=date] {
|
||||
width: 100%;
|
||||
border: $form-border-width solid $form-border;
|
||||
background: $white;
|
||||
|
||||
Reference in New Issue
Block a user