Browse Source

update bootstrap-slide.js

alexishida 10 years ago
parent
commit
2fa0b63ebe
2 changed files with 1105 additions and 323 deletions
  1. 3 0
      css/bootstrap-slider/slider.css
  2. 1102 323
      js/plugins/bootstrap-slider/bootstrap-slider.js

+ 3 - 0
css/bootstrap-slider/slider.css

@@ -140,6 +140,9 @@
     background: transparent none;
 }
 
+.slider-disabled .slider-selection {
+    opacity: 0.5;
+}
 
 #red .slider-selection {
     background: #f56954;

File diff suppressed because it is too large
+ 1102 - 323
js/plugins/bootstrap-slider/bootstrap-slider.js