Sha256: 4399fa7b6b338b1634ac0d18dc2ba2b5da4d3245199cc4953299c07c7c2a1611

Contents?: true

Size: 588 Bytes

Versions: 4

Compression:

Stored size: 588 Bytes

Contents

@theme(sc-small-size) {

  $theme.slider {
    overflow: visible;

    .track {
      position: absolute;
      top: 50%; height: 4px; left: 0; right: 0;
      margin-top: -2px;

      @include slices("track.png", $left: 3, $right: 3);
    }

    .sc-slider-step-mark {
      height: 5px;
      margin-top: -2px;
    }

    .sc-handle {
      display: block; position: absolute;
      width: 18px; height: 18px; top: 50%; margin-top: -8.5px; margin-left: -9px;

      @include slice("knob.png");
    }

    &.active {
      .sc-handle { @include slice("knob-active.png"); }
    }

  }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/themes/ace/resources/slider/ace/small/slider.css
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/themes/ace/resources/slider/ace/small/slider.css
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/themes/ace/resources/slider/ace/small/slider.css
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/themes/ace/resources/slider/ace/small/slider.css