소스 검색

update bootstrap-slide.js

alexishida 10 년 전
부모
커밋
2fa0b63ebe
2개의 변경된 파일1105개의 추가작업 그리고 323개의 파일을 삭제
  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;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 1102 - 323
js/plugins/bootstrap-slider/bootstrap-slider.js