/** * Licensed Materials - Property of IBM * * IBM Cognos Products: BI * * (C) Copyright IBM Corp. 2015, 2018 * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ div.sliderBar { height: 15px; } div.sliderBar .ui-slider-handle { top: 15px; width: 26px; height: 26px; border: 0px solid; @include theming(border-color, primary2); margin: 0; margin-left: -12px; background: none; } div.sliderBar .ui-slider-handle .ui-slider-grip { position: relative; cursor: pointer; width: 30px; height: 30px; top: -3px; left: -3px; } div.sliderBar .ui-slider-handle .ui-slider-grip.left-grip { left: -7px; } div.sliderBar .ui-slider-handle .ui-slider-grip.right-grip { left: 2px; } div.sliderBar .ui-slider-handle .ui-slider-grip svg.svgIcon { width: 100%; height: 100%; fill: $gray3; } div.sliderBar .sliderBarAddTrack { position: absolute; top: 1.1em; width: 100%; height: 1.5em; } div.sliderBar .slider-handle-value { position: absolute; top: 40px; min-width: 20px; font-size: $caption-size; text-align: center; }