Sha256: 332e71a4bb31df4de1df04c6dab7a867eeb78c6e01d014f095b00e57e29e8efb

Contents?: true

Size: 1.56 KB

Versions: 87

Compression:

Stored size: 1.56 KB

Contents

.leaflet-control.opacity-control {
  background-color: #a9acb1;
  border-radius: 15px;
  color: black;
  font: bold 18px 'Lucida Console', Monaco, monospace;
  display: block;
  height: 200px;
  left: 11px;
  position: relative;
  top: 15px;
  width: 5px;
  
  .opacity-handle {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    cursor: ns-resize;
    font-size: 10px;
    height: 26px;
    left: -11px;
    line-height: 26px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 26px;
    @include map-control-shadow;
    
    &:hover {
      background-color: #f4f4f4;
    }
  }
  
  .opacity-arrow-up {
    color: #aaa;
    position: absolute;
    top: -11px;
    text-align: center;
    width: 100%;
    
    &:before {
      content: '=';
    } 
  }
  
  .opacity-arrow-down {
    bottom: -10px;
    color: #aaa;
    position: absolute;
    text-align: center;
    width: 100%;
    
    &:before {
      content: '=';
    }  
  }

  .opacity-bottom {
    background-color: #017afd;
    border-radius: 15px;
    display: block;
    height: 137px;
    left: 0px;
    position: relative;
    top: 63px;
    width: 5px;  
  }
  
  // Area underneath slider to prevent unintentioned map clicks
  .opacity-area {
    padding: 14px;
    cursor: default;
    height: 200px;
    left: -11px;
    position: absolute;
    top: 0px;
    width: 20px;
  }
}

.opacity-control.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
geoblacklight-4.4.2 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.4.1 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-3.8.1 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.4.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.4.0.rc1 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.3.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.2.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.1.1 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.1.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-3.8.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.0.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.0.0.pre.rc3 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-3.7.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.0.0.pre.rc2 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.0.0.pre.rc1 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-3.6.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-3.5.0 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.0.0.pre.alpha.3 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.0.0.pre.alpha.2 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss
geoblacklight-4.0.0.pre.alpha.1 app/assets/stylesheets/geoblacklight/modules/layer_opacity.scss