mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/region-edoc.git
synced 2026-01-24 17:05:37 +03:00
29 lines
520 B
CSS
29 lines
520 B
CSS
.nice-number {
|
|
display: inline-flex;
|
|
justify-content: stretch;
|
|
}
|
|
.nice-number button{
|
|
width: 26px;
|
|
height: 26px;
|
|
padding: 0;
|
|
margin: 0;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.nice-number input+button{
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
|
|
.nice-number input {
|
|
vertical-align: middle;
|
|
-moz-appearance: textfield;
|
|
box-sizing: content-box;
|
|
margin: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
.nice-number input::-webkit-inner-spin-button,
|
|
.nice-number input::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|