Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions web_app/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,11 @@ body {
font-family: 'Inter', sans-serif;
text-transform: uppercase;
}

input[type=time]::-webkit-datetime-edit-ampm-field {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I understood it won't work because it will hide time PM/AM for people with enlish locale but won't remove this field from input validation. Therefore, the validation should be somehow overriden for users with english locale and the AM or PM should be just ingored and not required

display: none;
}

.dig-time {
margin: auto;
padding-bottom: 100px;
Expand Down