Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0.0-b1
-
Fix Version/s: 4.0.0-b1
-
Component/s: Staff Interface
-
Labels:None
-
Epic Link:
Description
1. Set the background of the search box to white, removing the gradient image. Sample override markup below, but you can update the original style:
header#main_header .serach_block .search_btn {
background: #fff;
}
2. Set the button background to white also. Sample override markup below, but update the original style:
header#main_header .serach_block .search_btn {
background: #fff;
}
3. Update the button to use font-awesome icon "fa fa-search", sample markup below:
<button type="button" name="toggle" value="" class="search_btn"><i class="fa fa-search"></i></button>