Example - Change the Colors Used in Report Studio Menus
Suppose you want to change the colors used in the Report
Studio menus.
Open c10_location/webcontent/skins/style/hal/hal_style.css style sheet in a text editor and change the code shown in bold font to your preferred colors.
DIV.clsMenubar,
DIV.clsToolbar
{
background-color: black;
border-top: solid white 1px;
border-bottom: solid #999999 1px;
color: white;
}
TD.clsMenubarItem,
TD.clsToolbarButton
{
background-color: white;
color: black;
}
TD.clsMenubarItem,
TD.clsToolbarButton
{
background-color: white;
color: black;
}
