Skip to Content

CSS File

URL: https://komodmsk.ru/assets/js/ion.rangeSlider/css/ion.rangeSlider.skinFlat.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Sat, 03 Aug 2024 15:42:31 GMT
Download Time: Less than a second
Cookies: None
Size: 3 KB
Rules: 19 style rules
Imports: 0 stylesheets
HTTP Headers:  7 headers
Links In:  2 pages
Links Out:  0 links
Images:  0 images
CSS:  0 files
JavaScript:  0 files
OK Issues: No issues found

1/* Ion.RangeSlider, Flat UI Skin

2// css version 2.0.3

3// © Denis Ineshin, 2014 https://github.com/IonDen

4// ===================================================================================================================*/

5

6/* =====================================================================================================================

7// Skin details */

8

9.irs-line-mid,

10.irs-line-left,

11.irs-line-right,

12.irs-bar,

13.irs-bar-edge,

14.irs-slider {

15 background: url(../img/sprite-skin-flat.png) repeat-x;

16}

17

18.irs {

19 height: 40px;

20}

21

22.irs-with-grid {

23 height: 60px;

24}

25

26.irs-line {

27 height: 12px; top: 25px;

28}

29

30.irs-line-left {

31 height: 12px;

32 background-position: 0 -30px;

33}

34

35.irs-line-mid {

36 height: 12px;

37 background-position: 0 0;

38}

39

40.irs-line-right {

...

</html>