mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
fix: Font size, empty image styles, and minor cleanup
- some frappe css font variables weren't loading, remove dependency - fixed fallback display for missing images in views - py code cleanup (minor)
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
|
||||
<div class="input-group mb-6 col-8 order-2">
|
||||
<div class="dropdown w-100" id="dropdownMenuSearch">
|
||||
<input type="search" name="query" id="search-box" class="form-control" placeholder="Search for products..." aria-label="Product" aria-describedby="button-addon2">
|
||||
<input type="search" name="query" id="search-box" class="form-control"
|
||||
placeholder="Search for products..."
|
||||
aria-label="Product" aria-describedby="button-addon2"
|
||||
style="font-size: 14px">
|
||||
<!-- Results dropdown rendered in product_search.js -->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user