]> git.proxmox.com Git - extjs.git/blame - extjs/classic/theme-neutral/sass/var/scroll/Indicator.scss
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / theme-neutral / sass / var / scroll / Indicator.scss
CommitLineData
6527f429
DM
1// These variables are for styling the touch scroll indicators, and are only included\r
2// when the Ext.scroll.Indicator is included, but they are documented under Ext.Component,\r
3// so users can find them easily\r
4/**\r
5 * @class Ext.Component\r
6 */\r
7\r
8/**\r
9 * @var {color}\r
10 * The background color of scroll indicators when touch scrolling is enabled\r
11 */\r
12$scroll-indicator-background-color: dynamic(#000);\r
13\r
14/**\r
15 * @var {number}\r
16 * The opacity of scroll indicators when touch scrolling is enabled\r
17 */\r
18$scroll-indicator-opacity: dynamic(.5);\r
19\r
20/**\r
21 * @var {number}\r
22 * The border-radius of scroll indicators when touch scrolling is enabled\r
23 */\r
24$scroll-indicator-border-radius: dynamic(3px);\r
25\r
26/**\r
27 * @var {color}\r
28 * The background color of scroll indicators when touch scrolling is enabled\r
29 */\r
30$scroll-indicator-size: dynamic(6px);\r
31\r
32/**\r
33 * @var {number}\r
34 * The space between scroll indicators and the edge of their container\r
35 */\r
36$scroll-indicator-margin: dynamic(2px);\r