]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/default/var/dataview/_IndexBar.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / default / var / dataview / _IndexBar.scss
1 /**
2 * @class Ext.dataview.IndexBar
3 */
4
5 /**
6 * @var {measurement} $index-bar-width
7 * Width of the index bar.
8 */
9 $index-bar-width: 1.1em !default;
10
11 /**
12 * @var {color} $index-bar-bg-color
13 * Background-color of the index bar.
14 */
15 $index-bar-bg-color: hsla(hue($base-color), 10%, 60%, .8) !default;
16
17 /**
18 * @var {color} $index-bar-color
19 * Text color of the index bar.
20 */
21 $index-bar-color: darken(desaturate($base-color, 5%), 15%) !default;