Feature: общая сумма над блоком Товары; открытие документа по клику на строку списка
Made-with: Cursor
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
.ws-form-compact .ws-order-total-row {
|
||||
margin-top: 0.75rem;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0.5rem;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
||||
@@ -229,6 +229,10 @@ body {
|
||||
background: var(--ws-bg-hover);
|
||||
}
|
||||
|
||||
.ws-table tbody tr.ws-row-clickable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.ws-table tbody tr:last-child td {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user