Skip to content

Commit

Permalink
Document style for input w/ type number
Browse files Browse the repository at this point in the history
  • Loading branch information
benguozakinci@gmail.com authored and benguozakinci@gmail.com committed Jul 30, 2021
1 parent 25ea60b commit 1e128ae
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion public/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1736,6 +1736,8 @@ table .align-items-center td span.badge {

/* Accordion Header Arrow Finish */

/* Disable default html styling for input[type="number] Start */

.input-number-disabled::-webkit-inner-spin-button,
.input-number-disabled::-webkit-outer-spin-button {
-webkit-appearance: none;
Expand All @@ -1744,4 +1746,6 @@ table .align-items-center td span.badge {

.input-number-disabled {
-moz-appearance: textfield;
}
}

/* Disable default html styling for input[type="number] Finish */

0 comments on commit 1e128ae

Please sign in to comment.