Skip to content

Commit

Permalink
attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky720 authored Mar 1, 2022
1 parent 7a01682 commit e94e0ec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,14 @@ input:not([type="file"]):not([type="checkbox"]),
padding-right: 0.5rem;
height: 2.25rem;
justify-content: center;
appearance: none;
/* appearance: none; /* breaks removal of the inc/dec arrows on firefox */
margin: 0;
}

select {
appearance: none;
}

.checkbox {
margin-top: 0.25rem;
display: flex;
Expand Down

0 comments on commit e94e0ec

Please sign in to comment.