Uploaded image for project: 'Jira Cloud'
  1. Jira Cloud
  2. JRACLOUD-38890

customizable background color for the search bar

    XMLWordPrintable

Details

    • 1
    • 7
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.

      When choosing dark colours for the 'Header Background Colour', the search bar is difficult to locate. This behaviour was not present in the earlier releases when the search bar always had white background. Hence this is a regression bug.


      There is no way to customise the colours on the instance to make the search field more visible. It always takes the header colour as its colour.

      Possible Solution

      • making the search bar background color customizable would solve this
      • alternatively, we could de-link the search bar colour with the top bar colour

      Workaround:

      Apply following CSS in the announcement banner:
      Please test this script to see if it breaks any JIRA UI or functionality.

      <style>
      #quickSearchInput {
      border-radius: 5em;
      background: rgba(255,255,255,1);
      color: rgba(0, 0, 0, 0.7);
      }
      
      #quickSearchInput::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.7);
      }
      #quickSearchInput:-moz-placeholder {
          /#quickSearchInput FF 4-18 #quickSearchInput/
          color: rgba(0, 0, 0, 0.7);
      }
      #quickSearchInput::-moz-placeholder {
          /#quickSearchInput FF 19+ #quickSearchInput/
          color: rgba(0, 0, 0, 0.7);
      }
      #quickSearchInput:-ms-input-placeholder {
          /#quickSearchInput IE 10+ #quickSearchInput/
          color: rgba(0, 0, 0, 0.7);
      }
      
      .aui-header .aui-quicksearch::after{
      color: rgba(0, 0, 0, 0.7);
      }
      </style>
      

      Attachments

        1. dark_search_bar2.png
          dark_search_bar2.png
          6 kB
        2. New Design.png
          New Design.png
          10 kB
        3. Old view.png
          Old view.png
          26 kB
        4. screenshot-1.png
          screenshot-1.png
          56 kB

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dsjauwmook davy
              Votes:
              34 Vote for this issue
              Watchers:
              32 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: