Feature: разделители в поле Цена, убраны стрелки в Цена и Количество
Made-with: Cursor
This commit is contained in:
@@ -167,6 +167,17 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* Убрать стрелки вверх/вниз у поля Количество (Цена — text, без стрелок) */
|
||||
.ws-table-items .ws-col-qty input[type="number"] {
|
||||
-moz-appearance: textfield;
|
||||
}
|
||||
|
||||
.ws-table-items .ws-col-qty input[type="number"]::-webkit-outer-spin-button,
|
||||
.ws-table-items .ws-col-qty input[type="number"]::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ws-table-items .ws-col-currency select {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user