You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

87 lines
1.6 KiB

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