PDA

View Full Version : Looking for the Style Var that ...


ShannonA
12-04-2009, 07:52 PM
Controls the color of the links to the popup menus in the blockhead. There should be two, one when it's selected and one when it's not.

--------------- Added 1259963857 at 1259963857 ---------------

Also looking for the color of the font for the selected tab in the navbar.

Lynne
12-04-2009, 08:46 PM
Get firebug, and add-on for firefox, and do an Inspect Element and it will show you the classes effecting that element.

ShannonA
12-04-2009, 09:14 PM
Get firebug, and add-on for firefox, and do an Inspect Element and it will show you the classes effecting that element.

How do the classes correlate to the stylevars?

For example, looking at the popup menus I was asking about says that the class is 'popupctrl'. However, searching for that in the style vars doesn't turn up anything.

BBR-APBT
12-04-2009, 09:38 PM
look for it in the style templates it will be in one of the css templates.

Lynne
12-04-2009, 09:57 PM
^^ Yep, do a Search in Templates for it and you will see if it is a stylevar or it may still be hardcoded (many things still are while it's in beta).

ShannonA
12-04-2009, 10:05 PM
Thanks.