mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00:00
fix: Checkbox sizes and paging buttons
- Show paging buttons at all times and enable/disable buttons - Define checkbox and radio button sizes within erpnext - Wishlist cards even height
This commit is contained in:
@@ -195,6 +195,18 @@ body.product-page {
|
||||
}
|
||||
}
|
||||
|
||||
.product-filter {
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
}
|
||||
|
||||
.discount-filter {
|
||||
&:before {
|
||||
width: 14px !important;
|
||||
height: 14px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.list-image {
|
||||
overflow: hidden;
|
||||
max-height: 200px;
|
||||
|
||||
Reference in New Issue
Block a user