Hi,
I was wondering whether I could have different interface styling per different projects/ screens. One approach I can see is including the project/ screen/ etc. details as HTML body's classes. Please refer the screenshot attached.
For example,
<body id="jira" class="project-mgmt screen-createissue">
(Assuming that the project key is mgmt and current screen is Create Issue Screen)
If there were classes specified like that I can change the styles of certain page elements/ fields by editing Field Descriptions.
Ex,
body.project-mgmt select#assignee
Also this will help us to make use of some Javascript tricks.
Thanks!
–
Shaakunthala