Fix form buttons in btn-group

This commit is contained in:
Igor Scheller 2023-09-25 21:47:23 +02:00 committed by Michael Weimann
parent 0aa4cdd2b0
commit 7dbc0481b9
1 changed files with 4 additions and 0 deletions

View File

@ -386,6 +386,10 @@ code {
}
}
.btn-group .btn {
border-radius: inherit;
}
/* Hide the arrow up/down buttons rendered by the browser in the input field */
/* Chrome, Safari, Edge, Opera */
input[type='number']::-webkit-outer-spin-button,