The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why does the black background for the wallboard gadgets display in white?

Lisa van Aswegen
July 21, 2013

The wall board gadget on the gadget listing shows with a black background and white text. When I add it it gives me a white backgound with black text, like a normal board. For readability it's easier to have white text on black, especially from far away (we use electronic boards) - how do I configure this? We are using a downloaded JIRA instance v5.1.6#785-sha1:8d9ee55 and Greenhopper v 6.1.2.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Kevin Ventzke
September 24, 2013

you need a seperate content section with different css settings, like:

<Content type="html" view="default">

<![CDATA[

// data and settings for normal dashboard version

]]>

</Content>

<Content type="html" view="wallboard">

<![CDATA[

// data and setting for wallboard version

]]>

</Content>