Sha256: 58abdded388c2416eca50c7c5f688c16d60596b36a2bf8c71a81a03d9307ef62

Contents?: true

Size: 1.52 KB

Versions: 4

Compression:

Stored size: 1.52 KB

Contents

@import "compass/css3";

/* Overrides of the themed horizontal scroller to take it back to a basic black transparent OS X style overlay. */
$theme.sc-overlay-scroller-view.sc-horizontal {

  /* Track */
  .track {
    background: none;
  }

  .cap, .endcap {
    background: none;
  }

  /* Buttons */
  .button-top {
    background: none;
  }

  .button-bottom {
    background: none;
  }

  .button-top:active {
    background: none;
  }

  .button-bottom:active {
    background: none;
  }

  /* Thumb */
  .thumb {
  }

  .thumb-top {
    @include border-left-radius(4px);
    background-color: $overlay-thumb-background-color;
    background-image: none;
    border-left: 1px solid $overlay-thumb-border-color;
    border-top: 1px solid $overlay-thumb-border-color;
    border-bottom: 1px solid $overlay-thumb-border-color;
    height: 7px;
    top: 2px;
  }

  .thumb-clip {
    height: 9px; /* +2px for white border */
    top: 2px;
  }

  .thumb-inner {
  }

  .thumb-center {
    background-color: $overlay-thumb-background-color;
    background-image: none;
    border-top: 1px solid $overlay-thumb-border-color;
    border-bottom: 1px solid $overlay-thumb-border-color;
    width: initial;
    height: 7px;
  }

  .thumb-bottom {
    @include border-right-radius(4px);
    background-color: $overlay-thumb-background-color;
    background-image: none;
    border-right: 1px solid $overlay-thumb-border-color;
    border-top: 1px solid $overlay-thumb-border-color;
    border-bottom: 1px solid $overlay-thumb-border-color;
    height: 7px;
  }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_overlay.css
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_overlay.css
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_overlay.css
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_overlay.css