How Do I Change the Colour of the Crowd Header
アトラシアン サポートの提供について
The following approaches are considered Confluence customizations that are beyond the scope of Atlassian Support Offerings. Atlassian will not be held liable for any errors or other unexpected events resulting from the use of the customizations.
症状
You may want to alter the colour of the Crowd header. This is often done to make it easier to differentiate between production and development environments of applications.
ソリューション
Changes to the main.css
file will not require a restart. Changes will be reflected upon reloading any Crowd page in the browser.
- Open the
<crowd-installation-directory>/crowd-webapp/console/style/main.css
file with a text editor Add the
.aui-header
section. For example, make the following change to make the header:.aui-header { min-height: 42px; background-color: #C33; background-repeat: repeat-x; color: #99B3CC; }
- Save the file.
You may need to clear your browser cache if refreshing the page does not help. Alternatively, you may try Clearing the Crowd Plugin Caches.
All the documentation for the Atlassian User Interface is available online.