github.com/apremalal/vamps-core@v1.0.1-0.20161221121535-d430b56ec174/server/webapps/app/base/plugins/ion.rangeslider/css/ion.rangeSlider.Metronic.css (about) 1 /* Ion.RangeSlider, Nice Skin 2 // css version 1.5.11 3 // by Denis Ineshin | ionden.com 4 // ===================================================================================================================*/ 5 6 /* ===================================================================================================================== 7 // Skin details */ 8 9 .irs-line-mid, 10 .irs-line-left, 11 .irs-line-right, 12 .irs-diapason, 13 .irs-slider { 14 background:#E5E5E5; 15 } 16 17 .irs-diapason { 18 background: #ffb848; 19 } 20 21 .irs { 22 height: 40px; 23 } 24 .irs-with-grid { 25 height: 60px; 26 } 27 .irs-line { 28 height: 8px; top: 25px; 29 } 30 .irs-line-left { 31 height: 8px; 32 } 33 .irs-line-mid { 34 height: 8px; 35 } 36 .irs-line-right { 37 height: 8px; 38 } 39 40 .irs-diapason { 41 height: 8px; top: 25px; 42 } 43 44 .irs-slider { 45 width: 13px; 46 height: 24px; 47 top: 17px; 48 border:1px solid #fefefe; 49 background:#777; 50 51 border-radius: 3px; 52 } 53 #irs-active-slider, .irs-slider:hover { 54 55 } 56 57 .irs-min, .irs-max { 58 color: #999; 59 font-size: 10px; 60 line-height: 1.333; 61 text-shadow: none; 62 top: 0; padding: 1px 3px; 63 background: rgba(0,0,0,0.1); 64 border-radius: 3px; 65 } 66 .lt-ie9 .irs-min, .lt-ie9 .irs-max { 67 background: #ccc; 68 } 69 70 .irs-from, .irs-to, .irs-single { 71 color: #fff; 72 font-size: 10px; line-height: 1.333; 73 text-shadow: none; 74 padding: 1px 5px; 75 background: rgba(0,0,0,0.3); 76 border-radius: 3px; 77 } 78 .lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single { 79 background: #999; 80 } 81 82 .irs-grid-pol { 83 background: #99a4ac; 84 } 85 .irs-grid-text { 86 color: #99a4ac; 87 }