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

Custom RadToolBar Separator

4 Answers 159 Views
ToolBar
This is a migrated thread and some comments may be shown as answers.
Josias Biasibetti
Top achievements
Rank 1
Josias Biasibetti asked on 30 May 2008, 01:59 PM
I set EnableEmbeddedSkins="false" and create a new custom skin.
I need use a background image on separator button.
I try change CSS but didn´t work.

How can I do this?

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 30 May 2008, 02:54 PM
Hello Josias,

The RadToolbar separators do not use images as background. This is by design and what you want to achieve cannot be implemented easily. It will require using css hacks and tricks which is not desireable.


Greetings,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Josias Biasibetti
Top achievements
Rank 1
answered on 30 May 2008, 04:49 PM
Hi Peter,

Can you  post a CSS sample to change the separator background color?

I try change separator background color but don´t work.

Josias Biasibetti
Xtrategus Solutions Team
0
Peter
Telerik team
answered on 02 Jun 2008, 12:10 PM

Certainly. Here is the css selector with which you can change the color of the separator:

div.RadToolBar_Horizontal .rtbSeparator .rtbText   
    {  
        background:red;  
    } 


Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
Josias Biasibetti
Top achievements
Rank 1
answered on 02 Jun 2008, 01:12 PM
Thank you Peter. Now work fine.

Josias Biasibetti
Xtrategus Solutions team
Tags
ToolBar
Asked by
Josias Biasibetti
Top achievements
Rank 1
Answers by
Peter
Telerik team
Josias Biasibetti
Top achievements
Rank 1
Share this question
or