Sha256: 2ebc9e4faed07f1e4a522d62c2c2617253e866773f3082280db7c708fd71edc2

Contents?: true

Size: 1.5 KB

Versions: 23

Compression:

Stored size: 1.5 KB

Contents

@import "katello/katello_base";


.jspContainer {
  .jspHorizontalBar, .jspVerticalBar, .jspTrack {
    background: transparent !important;
  }

  .jspDrag {
      background: $kselected_color !important;
      border-radius: 10px;
      opacity: 0.3;
  }


  .jspTrack {
    .jspActive, .jspHover, .jspDrag:hover {
       background: $jScrollPane-bar_color;
       opacity: 0.3;
     }
   }

  .jspArrow
  {
    background: url(../image/ui-icons_222222_256x240.png) no-repeat;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    &:hover { background-image: url('../image/ui-icons_cd0a0a_256x240.png'); }
  }

  .jspVerticalBar {
    &, .jspDrag, .jspTrack{
      width: 10px;
    }
    .jspActive {
      background-image: url('../image/ui-icons_cd0a0a_256x240.png');
    }
    .jspDisabled, .jspDisabled:hover {
      background-color: transparent;
      background-image: url('../image/ui-icons_888888_256x240.png');
    }
    .jspArrow { height: 15px; }
  }

  .jspHorizontalBar {
    height: auto;

    .jspDisabled, .jspDisabled:hover {
      background-color: transparent;
      background-image: url('../image/ui-icons_888888_256x240.png');
    }
    .jspArrow { width: 15px; }
    .jspDrag {
      height: 10px;
    }
    .jspCorner { display: none; }
  }

  .jspArrowUp { background-position: 0 0; }
  .jspArrowDown { background-position: -64px 0 !important; }
  .jspArrowLeft { background-position: -96px 0 !important; }
  .jspArrowRight{ background-position: -32px 0 !important; }
}

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
katello-3.1.0.1 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.1.0 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.1.0.rc2.1 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.2 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-2.4.5 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.1.0.rc1 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.1 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-2.4.4 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.0 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-2.4.3 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.0.rc7 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.0.rc5 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-2.4.2 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.0.rc4 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.0.rc3 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.0.rc2 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-3.0.0.rc1 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-2.4.1 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-2.4.0 app/assets/stylesheets/katello/widgets/_scrollpane.scss
katello-2.4.0.rc3 app/assets/stylesheets/katello/widgets/_scrollpane.scss