Hello,
I'm experiencing a problem in my PanelBar control where visited or clicked on links change to a normal font weight instead of bold. I have tried many things in the skin file to prevent this, and firebug is telling me the font-weight is bold, but it's actually not. This is strange!
Here is some of the relevant CSS in my Skin file:
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink
{
background: #FF0000;
color: White;
font-weight:bold;
margin-bottom:1px;
}
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpExpanded,
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpClicked,
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpSelected
{
background: #9C0606;
font-weight:bold;
}
.RadPanelBar_SoftexPanelBar .rpRootGroup span.rpText
{
font-weight:bold;
}
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:hover
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:visited
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:link
{
background: #9C0606;
color:White;
font-weight:bold;
}
Hope you can help!
John
I'm experiencing a problem in my PanelBar control where visited or clicked on links change to a normal font weight instead of bold. I have tried many things in the skin file to prevent this, and firebug is telling me the font-weight is bold, but it's actually not. This is strange!
Here is some of the relevant CSS in my Skin file:
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink
{
background: #FF0000;
color: White;
font-weight:bold;
margin-bottom:1px;
}
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpExpanded,
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpClicked,
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpSelected
{
background: #9C0606;
font-weight:bold;
}
.RadPanelBar_SoftexPanelBar .rpRootGroup span.rpText
{
font-weight:bold;
}
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:hover
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:visited
.RadPanelBar_SoftexPanelBar .rpRootGroup .rpLink:link
{
background: #9C0606;
color:White;
font-weight:bold;
}
Hope you can help!
John