[Help] colour of tooltip

Quick question. How to change colour of tooltips in Visual style?. I can't find any option for it in Stylebuilder.

THX for any help

#325246

3d color changer can do it

#325345

But where? How? :/

#325413

It's only going to take you 2 minutes. Open control panel. Click 'Appearance and Themes', then click 'Change the computer's theme'.

In the pop-up window that opens, click on the 'Appearance' tab. Click 'advanced'. On the left-hand side of the window will be a drop-down box with the word 'desktop' in it. Hit the drop-down arrow and select 'tooltip' from the list.

The colour in the box labelled Colour 1 is the background colour of the tip. Just click on the colour tobring up a table allowing you to choose a new colour.

Once chosen, click 'ok', then 'apply'. All done.

Many options can be changed in this box, meaning that you can avoid changing values in stylebuilder if you're not really keen on editing vs's in that way.

#325430

sigh :/ I know about that , But i want to change it inside Visual syle. Lastingly. Like in StefanKa visual styles

#325554

Add this under

SysMetrics

change color of value to desired color

#325561

Big THX dobee

#325719

how do you change the colour of a tootip in firefox?

#325727

popup.css

under tooltip

change

background-color: InfoBackground;

background: #000000 ;

change to colour of choice

#325816