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

Setting color for the PanelBar "border" which is not really the border

2 Answers 23 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
Tomica
Top achievements
Rank 2
Tomica asked on 13 Mar 2014, 08:27 PM
With reference to the enclosed screen-shot, I have highlighted the gray "border" area on a pane bar which uses the standard Metro skin.

I do not know what this "part" is called, it is not the border that is settable in properties or CSS.

I would like to change its color to match the border on the text box to the right.


2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 14 Mar 2014, 04:51 AM
Hi Tomica,

Please try the following CSS which works as expected for me.

CSS:
<style type="text/css">
    .RadPanelBar_Metro .rpRootGroup
    {
        border-color: Black !important;
    }
</style>

Thanks,
Princy.
0
Tomica
Top achievements
Rank 2
answered on 19 Mar 2014, 12:53 AM
Yes, this works perfectly.
Tags
PanelBar
Asked by
Tomica
Top achievements
Rank 2
Answers by
Princy
Top achievements
Rank 2
Tomica
Top achievements
Rank 2
Share this question
or