Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
enhancement: add webkit datetime forms normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
marcop135 committed Nov 17, 2020
1 parent d92b147 commit 171bf49
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/bullreset.css
Original file line number Diff line number Diff line change
Expand Up @@ -878,6 +878,17 @@ html.bullreset,
opacity: 1 !important;
}


.bullreset ::-webkit-datetime-edit-fields-wrapper,
.bullreset ::-webkit-datetime-edit-text,
.bullreset ::-webkit-datetime-edit-minute,
.bullreset ::-webkit-datetime-edit-hour-field,
.bullreset ::-webkit-datetime-edit-day-field,
.bullreset ::-webkit-datetime-edit-month-field,
.bullreset ::-webkit-datetime-edit-year-field {
padding: 0;
}

/* tables ------------------------------------------------------------------ */

.bullreset table,
Expand Down

0 comments on commit 171bf49

Please sign in to comment.