Completed
Last Updated: 21 Apr 2017 14:10 by Imported User
ADMIN
Marin Bratanov
Created on: 03 Apr 2017 13:02
Category: FormDecorator
Type: Feature Request
0
Consistent gray scrollbars under Metro-based skins
At present, the MetroTouch scrollbars in the Lightweight RenderMode are dark (almost black). All metro-based skins must have gray scrollbars.

Scrollbars are usually considered part of the browser and users are used to them as they are by default. Thus, using the default browser scrollbars may be the best course of action:

<telerik:RadFormDecorator runat="server" ID="rfd1" RenderMode="Lightweight" ControlsToSkip="Scrollbars" Skin="MetroTouch" />

Alternatively, use a CSS rule like this to unify the metro-based scrolblars (replace MetroTouch with Metro for the Metro skin):

html.RadForm_MetroTouch.rfdScrollBars {
scrollbar-3dlight-color: #cbcbcb;
scrollbar-arrow-color: #787878;
scrollbar-base-color: #787878;
scrollbar-darkshadow-color: #a7a7a7;
scrollbar-face-color: #d5d5d5;
scrollbar-highlight-color: #e6e6e6;
scrollbar-shadow-color: #d5d5d5;
scrollbar-track-color: #f5f5f5; }

1 comment
Imported User
Posted on: 03 Apr 2017 15:52
Agreed. With this latest release, the radio buttons are messed up unless I use lightweight on the form decorator with an Auto menu, now the scrollbars are black.