Browse Source

Merge pull request #118 from alexishida/master

update bootstrap-slide.js
Abdullah Almsaeed 10 years ago
parent
commit
1b4ce382bb
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