Change date time picker widget

This commit is contained in:
cuom1999 2024-04-12 22:26:17 -05:00
parent 08eef6408f
commit 7d83efed7f
6 changed files with 21 additions and 46 deletions

View file

@ -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,

View file

@ -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;