]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/themes/stylesheets/sencha-touch/bb10/src/carousel/_Carousel.scss
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / resources / themes / stylesheets / sencha-touch / bb10 / src / carousel / _Carousel.scss
1 /**
2 * @class Ext.carousel.Indicator
3 */
4
5 .x-carousel-indicator-dark {
6 span {
7 background-color: #999;
8 }
9
10 .x-carousel-indicator-active {
11 background-color: #777 !important;
12 }
13 }
14
15
16
17 ///**
18 // * @var {measurement} $carousel-indicator-size Size (width/height) of carousel indicator dots.
19 // */
20 //$carousel-indicator-size: .5em !default;
21
22 ///**
23 // * @var {measurement} $carousel-indicator-spacing
24 // * Amount of space between carousel indicator dots.
25 // */
26 //$carousel-indicator-spacing: .2em !default;
27
28 ///**
29 // * @var {measurement} $carousel-track-size Size of the track the carousel indicator dots are in.
30 // */
31 //$carousel-track-size: 1.5em !default;
32
33 ///**
34 // * @class Ext.carousel.Carousel
35 // */
36 //.x-carousel-indicator {
37 // span {
38 // width: $carousel-indicator-size;
39 // height: $carousel-indicator-size;
40 // margin: $carousel-indicator-spacing;
41 // }
42 //}
43
44 //.x-carousel-indicator-light span,
45 //.x-carousel-indicator-dark span {
46 // background-color: $inactive-color;
47
48 // &.x-carousel-indicator-active {
49 // background-color: $base-color;
50 // }
51 //}
52