7 lines
102 B
CSS
7 lines
102 B
CSS
|
.min-number-input {
|
||
|
border-right: none;
|
||
|
}
|
||
|
|
||
|
.max-number-input {
|
||
|
border-left: 1px dashed #ccc;
|
||
|
}
|