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

      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>

        Activity

        There are no comments yet on this issue.

          People

          • Assignee:
            tyson Tyson Phillips (Inactive)
            Reporter:
            admin Paul Phillips
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved:
              Fix Release Date:
              15/Sep/16

              Agile