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

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>

Suggest an answer

Log in or Sign up to answer