Sfoglia il codice sorgente

update bootstrap-slide.js

alexishida 10 anni fa
parent
commit
2fa0b63ebe
2 ha cambiato i file con 1105 aggiunte e 323 eliminazioni
  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