Use desktop order search with row selection
This commit is contained in:
12
styles.css
12
styles.css
@@ -561,6 +561,18 @@ table {
|
||||
background: rgba(255, 255, 255, 0.88);
|
||||
}
|
||||
|
||||
.order-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.order-row.active td {
|
||||
background: rgba(185, 28, 28, 0.08);
|
||||
}
|
||||
|
||||
.order-row:hover td {
|
||||
background: rgba(185, 28, 28, 0.05);
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 14px 16px;
|
||||
|
||||
Reference in New Issue
Block a user