Hello
How can I remove the border of the RadToolBar?
This is my code:
I have try to remove the border over a custom CSS class. But it doesn't work...
In the attached files you can see how it looks at the moment.
And by the way. Is it possible to change the dropdown side, so that it has a left "float".
Thanks for the help!
kind regard
Luca
How can I remove the border of the RadToolBar?
This is my code:
<telerik:RadToolBar ID="RadToolBar_Layout" runat="server"> <Items> <telerik:RadToolBarDropDown CssClass="CustomTelerik" ImageUrl="~/Ressources/Images/Telerik/Dropdown/pagemap_16x16.png"> <Buttons> <telerik:RadToolBarButton id="OpenBoth" Text="Normal" CheckOnClick="true" AllowSelfUnCheck="true" ImageUrl="~/Ressources/Images/Telerik/Dropdown/pagemap_normal_16x16_blue.png" /> <telerik:RadToolBarButton id="CloseBoth" Text="Vollbild" CheckOnClick="true" AllowSelfUnCheck="true" ImageUrl="~/Ressources/Images/Telerik/Dropdown/pagemap_full_16x16_blue.png" /> <telerik:RadToolBarButton id="CloseLeft" Text="Linke Sidebar" CheckOnClick="true" AllowSelfUnCheck="true" ImageUrl="~/Ressources/Images/Telerik/Dropdown/pagemap_left_16x16_blue.png" /> <telerik:RadToolBarButton id="CloseRight" Text="RechteSidebar" CheckOnClick="true" AllowSelfUnCheck="true" ImageUrl="~/Ressources/Images/Telerik/Dropdown/pagemap_right_16x16_blue.png"></telerik:RadToolBarButton> </Buttons> </telerik:RadToolBarDropDown> </Items> </telerik:RadToolBar>I have try to remove the border over a custom CSS class. But it doesn't work...
.CustomTelerik{ background: none; border: 0 none !important; text-decoration: none; border-bottom-width: 0px !important; }And by the way. Is it possible to change the dropdown side, so that it has a left "float".
Thanks for the help!
kind regard
Luca