Ignore:
Timestamp:
Feb 5, 2024, 1:58:35 PM (3 months ago)
Author:
plg
Message:

changes by Willy for the new search_in_set icon

Location:
extensions/stripped_responsive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/template/index.tpl

    r32997 r33051  
    44                        <ul class="categoryActions group1">
    55                                {if isset($SEARCH_IN_SET_ACTION) and $SEARCH_IN_SET_ACTION}
    6                                 {combine_css path="themes/default/vendor/fontello/css/fontello.css" order=-10}
     6                                {combine_css path="themes/default/vendor/fontello/css/gallery-icon.css" order=-11}
    77                                        <li id="cmdSearchInSet"><a href="{$SEARCH_IN_SET_URL}" title="{'Search in this set'|translate}" class="pwg-state-default pwg-button">
    8                                         <i class="pwg-icon-search-folder icon-white"></i>
     8                                        <i class="gallery-icon-search-folder icon-white"></i>
    99                                        </a></li>
    1010                          {/if}
     
    8787                                <div class="mcs-side-results search-in-set-button">
    8888                                  <div>
    89                                   <p><a href="{$SEARCH_IN_SET_URL}" class="pwg-icon-search-folder">{'Search in this set'|translate}</a></p>
     89                                  <p><a href="{$SEARCH_IN_SET_URL}" class="gallery-icon-search-folder">{'Search in this set'|translate}</a></p>
    9090                                  </div>
    9191                                </div>
  • extensions/stripped_responsive/theme.css

    r32997 r33051  
    17711771    margin-top:0;
    17721772  }
    1773 
    1774   .mcs-container ::before,
    1775   .mcs-side-results ::before,
    1776   #cmdSearchInSet ::before {
    1777         font-family: "fontello" !important;
    1778   }
Note: See TracChangeset for help on using the changeset viewer.