Sha256: a5736cad5f1188e20fbbff57162482c063507f890e5ea89aa1bbbcf0e10c900a

Contents?: true

Size: 1.45 KB

Versions: 4

Compression:

Stored size: 1.45 KB

Contents

/* Track */
$theme.sc-touch-scroller-view.sc-horizontal {
  .track {
    background: none;
    display: none;
  }

  .cap, .endcap {
    background: none;
    display: none;
  }

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

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

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

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

  .thumb {
    position: absolute;
    opacity: 0.5;
    -webkit-transform: translateZ(0px);
    height: 16px;
    width: 1044px;
    overflow: hidden;
  }

  .thumb-top {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    position: absolute;
    width: 10px;
    top: 5px;
    left: 0;
    height: 5px;
    background: black;
  }

  .thumb-clip {
    position: absolute;
    overflow:hidden;
    width: 1034px;
    height: 5px;
    left: 10px;
    top: 5px;
  }

  .thumb-inner {
    -webkit-transform: translate3d(0px,0px,0px);
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 1034px;
  }

  .thumb-inner {
    -webkit-transform: translate3d(0px,0px,0px);
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 1034px;
  }

  .thumb-bottom {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    position: absolute;
    height: 5px;
    left: 1024px;
    top: 0;
    width: 10px;
    background: black;
  }

}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sproutcore-1.10.3.1 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_touch.css
sproutcore-1.10.2 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_touch.css
sproutcore-1.10.1 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_touch.css
sproutcore-1.10.0 lib/frameworks/sproutcore/themes/ace/resources/scroller/horizontal/horizontal_touch.css