Uploaded image for project: 'Blesta Core'
  1. Blesta Core
  2. CORE-2148

Update staff search dropdown menu styles

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Trivial
    • Resolution: Fixed
    • Affects Version/s: 4.0.0-b1
    • Fix Version/s: 4.0.0-b1
    • Component/s: Staff Interface
    • Labels:
      None

      Description

      Update the styles for the drop down menu for the search box

      Change the width from 224px to 225px:

      header#main_header .select_box ul#all_search_options

      { width: 225px; }

      Update .dropdown-menu to remove box-shadow, border, and border-radius, and then add a border radius on the bottom of the menu only:

      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;

      Also the font looks darker than everywhere else in the dropdown menu. If it's not using the standard theme font color, it probably should be.

        Activity

        Hide
        tyson Tyson Phillips (Inactive) added a comment -

        What about the company drop-down menu? It's very similar to the search menu.

        Show
        tyson Tyson Phillips (Inactive) added a comment - What about the company drop-down menu? It's very similar to the search menu.
        Hide
        tyson Tyson Phillips (Inactive) added a comment -

        Themes don't set a generic text color, so the menu text color will be the same text color as everywhere else (#656565)

        Show
        tyson Tyson Phillips (Inactive) added a comment - Themes don't set a generic text color, so the menu text color will be the same text color as everywhere else (#656565)

          People

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

            Dates

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