mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/region-edoc.git
synced 2026-01-24 21:05:38 +03:00
Поправлена структура, разделы в подразделы до 3.3
This commit is contained in:
28
ИЭТР-тест/Develop/app/js/Number-Input-Spinner-jQuery-Nice-Number/dist/jquery.nice-number.css
vendored
Normal file
28
ИЭТР-тест/Develop/app/js/Number-Input-Spinner-jQuery-Nice-Number/dist/jquery.nice-number.css
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user