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

Remove -webkit-scrollbar-button:horizontal:decrement

1 Answer 102 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
wenbin
Top achievements
Rank 1
wenbin asked on 06 Jan 2013, 09:28 AM
Hi


I want to remove  all style -webkit-scrollbar-button:horizontal:decrement from base style sheet.

I am really angry with the scrollbar style.

Because these css are too bad. How can I do this? Or can I build a dll myself? Please let me know.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 09 Jan 2013, 02:39 PM
Hello,

Could you explain what exactly you do not like in the styling of the scrollbars? Is that a particular skin or something general?

You can avoid the decoration of the scrollbars through ControlsToSkip property of RadFormDecorator:
<telerik:RadFormDecorator ID="QsfFromDecorator" runat="server" Skin="WebBlue" DecoratedControls="All"
    ControlsToSkip="Scrollbars" EnableRoundedCorners="false" />

or create your own skin following the approach in this help article.
You may also find useful this forum thread  explaining how to set custom colors to the horizontal/vertical scrollbars through CSS and why scrollbars are not decorated across all browsers.

All the best,
Danail Vasilev
the Telerik team
Explore the entire set of ASP.NET AJAX controls we offer here and browse the myriad online demos to learn more about the components and the features they incorporate.
Tags
FormDecorator
Asked by
wenbin
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or