3.2.0

AW.UI.Tabs

How do I change the tab color, and text's font
obj.onItemMouseOver and
obj.onItemMouseOut
Amiel Dabush Dorel
February 25,
AW assignes .aw-mouseover-item class to the tabs so you can just use

.aw-mouseover-item {
    color: red;
}


In xp and aqua skins the tabs are made of the two background images, so you have to change tabs.png to modify the background. With mono or classic skins -

.aw-mouseover-item {
    background: yellow!important;
}

.aw-mouseover-item .aw-item-box {
    background: yellow!important;
}

Alex (ActiveWidgets)
February 27,
I am trying to change the text's color on a mouseover, but the way mentioned above, i.e.
.aw-mouseover-item {
color: red;
}
did not work for me when changing it in the aqua skins. Could you help out?
Adam Liebergen
March 30,

This topic is archived.

See also:


Back to support forum