This is a migrated thread and some comments may be shown as answers.

[Solved] Small bug in css Office2007 skin with solution

1 Answer 75 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Martijn Beumers
Top achievements
Rank 1
Martijn Beumers asked on 18 Jun 2008, 11:07 AM
Don't know if this one has been reported already.

Problem:
When clicking a RadPanelItem it doesn't show as selected when using the Office2007 skin.

Solution:
Add a space between the background url and repeat-x at line 71 of the Office2007 stylesheet.

from:
.RadPanelBar_Office2007 .rpRootGroup .rpSelected .rpText  
{  
    background: #ee9515 url('PanelBar/RootItemBkgActive.gif')repeat-x;  

to:
.RadPanelBar_Office2007 .rpRootGroup .rpSelected .rpText  
{  
    background: #ee9515 url('PanelBar/RootItemBkgActive.gif') repeat-x;  

I don't know if the typo also exists in the latest official release, but in build UI_2008_1_606_dev_hotfix it does.

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 19 Jun 2008, 08:50 AM
Hi RICO,

Thanks for the remark. I've updated the skin and the fix will be available with SP2.

Your Telerik points have been updated.

All the best,
Alex
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
PanelBar
Asked by
Martijn Beumers
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or