Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-77620

Incorrect color code being set for "Primary button - background color"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 9.8.1, 9.13.0, 9.13.1, 9.14.0, 9.14.1, 9.12.6
    • Navigation Panel
    • None

    Description

      Issue Summary

      Jira not considering the color code set for the "Primary button - background color" in the Look and Feel configuration.
      This is reproducible on Data Center: Yes

      Steps to Reproduce

      1. Login to the Jira application.
      2. Choose Settings > System.
      3. Under USER INTERFACE, select Look and feel.
      4. Set the color of "Primary button - background color" to #c00c00.
      5. Refresh the Jira browser.
      6. You will notice that the color of the Create button changed. 
      7. Hover the mouse over the Create button > right click > select inspect
      8. Navigate to the Dev tools > Styles section. 
      9. Filter background-color as shown in the screenshot.
      10. Under ".aui-button:link" section you will notice that the background-color set for the button is showing in a different color code, ie: #970900 instead of #c00c00. **

      Expected Results

      Expecting a color similar to the one shown in the screenshot below. 

      Actual Results

      The color set for the create button is different.

      Workaround

      Adding the following tag via announcebanner will set the color code to #c00c00 

      <style type="text/css">
      .aui-button.aui-button-primary {
      background: #c00c00;
      }
      </style>

      A side effect noticed with this approach is, that other buttons (eg: Log In) color also changes.

      Please note, the issue is not reproducible in the Jira version 9.15.0

      Attachments

        1. image (29).png
          image (29).png
          149 kB
        2. image-2024-04-09-21-54-41-943.png
          image-2024-04-09-21-54-41-943.png
          19 kB
        3. image-2024-04-09-21-56-56-989.png
          image-2024-04-09-21-56-56-989.png
          28 kB
        4. image-2024-04-09-22-03-17-779.png
          image-2024-04-09-22-03-17-779.png
          27 kB
        5. image-2024-04-09-22-03-43-836.png
          image-2024-04-09-22-03-43-836.png
          28 kB
        6. image-2024-04-09-22-08-21-186.png
          image-2024-04-09-22-08-21-186.png
          77 kB

        Activity

          People

            Unassigned Unassigned
            e6507c4d83bb Vaisakh S
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: