/** * File customizer-control-slider.css. * * Slider control for customizer . * */ .customize-control-bhari-range-slider label > p { position: relative; } .customize-control-tooltip .tooltip { position: absolute; box-shadow: 0px 0px 0px 1px #c1c1c1; background: #fff; padding: 10px; right: 0; min-width: 220px; bottom: 25px; font-size: 14px; color: #606870; line-height: 1.3; border-radius: 3px; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; visibility: hidden; opacity: 0; } .customize-control-tooltip .dashicons:hover .tooltip { visibility: visible; opacity: 1; } .customize-control-tooltip { position: absolute; top: 0; right: 0; } .customize-control-bhari-range-slider .bhari-control-slider-input { max-width: 60px; font-size: 12px; text-align: center; height: auto; padding: 2px 0px; } .customize-control-bhari-range-slider .value { display: inline-block; float: right; width: 40%; text-align: right; } .customize-control-bhari-range-slider .slider { margin-top: 0.5em; } .customize-control-bhari-range-slider .customize-control-title { margin: 0; display: inline-block; } .customize-control-bhari-range-slider label > p { margin-bottom: 0; } .customize-control-bhari-range-slider .show-reset { width: 90%; float: left; } .customize-control-bhari-range-slider .unit { background: #FAFAFA; line-height: 18px; display: inline-block; padding: 2px 5px; font-style: normal; border-right: 1px solid #DDD; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; font-size: 12px; } .bhari-control-slider-default-val { cursor: pointer; float: right; position: relative; line-height: 1; right: 0em; clear: both; bottom: 1em; } .bhari-control-slider-default-val .dashicons { font-size: 1em; height: 1em; width: 1em; line-height: 1em; color: #b2b6ba; } .bhari-control-slider-default-val .dashicons:hover { color: #0085ba; }