How to set the background color of the tooltip for multiple drilldown menu items to black


Technique

Product: WebFOCUS Designer
Release: 8207
Primary OS: Linux
Solution Date:

Problem

How to set the background color of the tooltip for multiple drilldown menu items to black.

Solution

Here are the steps to change the background color of the tooltip for multiple drilldown menu items in a style sheet file.

  1. Edit the procedure.
  2. Locate the following style block: TYPE=REPORT, OBJECT=MENU tag. 
  3. Change the colors for HOVER-BACKCOLOR and HOVER-COLOR to the desired colors.

        TYPE=REPORT
        OBJECT=MENU,
        SIZE=9,
        COLOR=RGB(#ffffff),
        BACKCOLOR=GREY,
        HOVER-COLOR=RGB(#ffffff),
        HOVER-BACKCOLOR=RGB(#333333),
    {2}lt;/p>