Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Background color
Ganesh2
hi sir,
how to change the background color of dashboard in actuate birt 360
Find more posts tagged with
Comments
averma
Hi Ganesh2,<br />
The color settings are defined in widget.css stylesheet. The background color is defined by .actuate-tab-panel-body<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
.actuate-tab-panel-body {
background:#fff;
}
</pre>
Ganesh2
<blockquote class='ipsBlockquote' data-author="'averma'" data-cid="99208" data-time="1334697856" data-date="17 April 2012 - 02:24 PM"><p>
Hi Ganesh2,<br />
The color settings are defined in widget.css stylesheet. The background color is defined by .actuate-tab-panel-body<br />
<pre class='_prettyXprint _lang-auto _linenums:0'>
.actuate-tab-panel-body {
background:#fff;
}
</pre></p></blockquote>
where will i get widget.css in dashboard?
averma
You can find the file in the following directory:
[Install Dir]\iServer\servletcontainer\iportal\iportal\jsapi\actuate\widget\styles
fatimanoor
the color setting is very interesting fun so it can change to use of actuate-tab panel-body
actuate-tab-panel-body<background:#cff23>