Change date time picker widget
This commit is contained in:
parent
08eef6408f
commit
7d83efed7f
6 changed files with 21 additions and 46 deletions
|
@ -262,6 +262,13 @@
|
|||
border-radius: 1em;
|
||||
}
|
||||
|
||||
.post-content-header {
|
||||
margin-left: 0;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.2em;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 799px) {
|
||||
.blog-sidebar,
|
||||
|
|
|
@ -143,7 +143,7 @@
|
|||
}
|
||||
|
||||
input {
|
||||
&[type=text], &[type=password], &[type=email], &[type=number] {
|
||||
&[type=text], &[type=password], &[type=email], &[type=number], &[type=datetime-local] {
|
||||
padding: 4px 8px;
|
||||
color: #555;
|
||||
background: #FFF none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue