File tree 2 files changed +3
-1
lines changed
assets/stylesheets/stylesheets
components/dcv/search_bar
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
@import " font-awesome" ;
2
+ @import " font-awesome-pro" ;
3
+ @import " font-awesome-pro/light" ;
2
4
@import ' ./bootstrap_layout' ;
3
5
@import ' ./blacklight' ;
4
6
@import ' ./brand_topnav' ;
Original file line number Diff line number Diff line change 6
6
< div class ="btn-group input-group-prepend btn-group-toggle flex-shrink-0 " data-toggle ="buttons ">
7
7
< label for ="show-search-mode " class ="btn btn-secondary border-info rounded-left <%= ' active' unless rendering_pagination %> " onclick ="if ($('#collapseQuery').hasClass('show')) return false; ">
8
8
< input type ="radio " name ="searchpag-mode " id ="show-search-mode " aria-label ="Show search box " aria-controls ="collapseQuery collapsePag " <%= 'disabled ' unless rendering_pagination %> data-toggle ="collapse " data-target =".collapseSearch " aria-expanded ="false ">
9
- < i class ="previous fa fa-binoculars " title ="Show search box " data-toggle ="tooltip " data-original-title ="Show search box "> </ i >
9
+ < i class ="previous fa fa-user-magnifying-glass " title ="Show search box " data-toggle ="tooltip " data-original-title ="Show search box "> </ i >
10
10
</ label >
11
11
< label for ="show-pag-mode " class ="btn btn-secondary border-info <%= rendering_pagination ? ' active' : ' disabled' %> " onclick ="if ($('#collapsePag').hasClass('show')) return false; ">
12
12
< input type ="radio " name ="searchpag-mode " id ="show-pag-mode " aria-label ="Navigate results " aria-controls ="collapseQuery collapsePag " <%= rendering_pagination ? 'checked ' : ' disabled' %> data-toggle ="collapse " data-target =".collapseSearch " aria-expanded ="false ">
You can’t perform that action at this time.
0 commit comments