-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 9.8.1, 9.12.6, 9.13.0, 9.13.1, 9.14.0, 9.14.1
-
Component/s: Navigation Panel
-
None
-
9.08
-
4
-
Severity 3 - Minor
-
0
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
- Login to the Jira application.
- Choose Settings > System.
- Under USER INTERFACE, select Look and feel.
- Set the color of "Primary button - background color" to #c00c00.

- Refresh the Jira browser.
- You will notice that the color of the Create button changed.

- Hover the mouse over the Create button > right click > select inspect
- Navigate to the Dev tools > Styles section.
- Filter background-color as shown in the screenshot.
- 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