Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  .noUiSlider, .noUiSlider * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  display: block;
  cursor: default;
}
.noUiSlider {
  position: relative;
}
.noUiSlider a {
  position: absolute;
  z-index: 1;
  background: #1fabf6;
}
.noUiSlider a:nth-child(2) {
  background: inherit !important;
}
.noUiSlider.vertical a {
  width: 100%;
  bottom: 0;
}
.noUiSlider.horizontal a {
  height: 100%;
  right: 0;
  border-radius: 10px;
}

@media screen and (-ms-high-contrast: active) , (-ms-high-contrast: none) {
  .noUiSlider:before, body.TOUCH, .noUiSlider div {
    -ms-touch-action: none;
  }
  .noUiSlider:before {
    display: block;
    position: absolute;
    width: 150%;
    left: -25%;
    height: 400%;
    top: -150%;
    content: "";
    z-index: -1;
  }
  .noUiSlider.vertical:before {
    width: 400%;
    left: -150%;
    height: 150%;
    top: -25%;
  }
}
.noUiSlider {
  border-radius: 5px;
}
.noUiSlider.connect a, .noUiSlider.connect.lower {//
  background: #dddddd;
}
.noUiSlider, .noUiSlider.connect.lower a {
  background: #dddddd;//
  box-shadow: inset 0px 1px 7px #b6b4a8
}
.noUiSlider.disabled, .noUiSlider.disabled.connect.lower a {
  background: #ccc;
  box-shadow: none;
}
.noUiSlider div {
  height: 20px;
  width: 20px;
  background: #efefe7;
  border-radius:20px;
}
.noUiSlider.horizontal a:nth-of-type(1) div {
  background: #1FABF6;
  
}
.noUiSlider.horizontal a:nth-of-type(2) div {
  background: #1FABF6;
}
.noUiSlider.disabled div {
  background: transparent;
}
.noUiSlider.horizontal {
  width: 92%;
  left:4%;
  height: 10px;
  background-color: #F2F3EF;
  margin: 20px 0;
  border-radius: 10px;
}
.noUiSlider.horizontal div {
  margin: -5px 0 0 -9px;
}
.noUiSlider.vertical {
  width: 10px;
  height: 300px;
}
.noUiSlider.vertical div {
  margin: -9px 0 0 -5px;
}
.slider-input{
  position: absolute;
  left: 0%;
  border: #1FABF6 solid 1px;
  color:#555555;
  display: inline-block;
  height: 18px;
  line-height: 20px;
  text-align: center;
  min-width: 50px;
  border-radius: 5px;
  -webkit-appearance:none;
}

.slider-input:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 15px;
  border-width: 8px 11px 0;
  border-style: solid;
  border-color: #1FABF6 transparent;
  display: block;
  width: 0;
}

.slider-input:after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 17px;
  border-width: 6px 9px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}

span.slider-input:nth-of-type(1){
  left:0%;
}

span.slider-input:nth-of-type(2){
  left:98%;
}
/*
#exFR {
  position: relative;
  right: 0%;
  border: #dddddd solid 1px;
  display: inline;
  padding: 5px 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  -webkit-appearance:none;
}*/