소스 검색

Add class for font icons in mini-switches

Add class for font icons in mini-switches
Stein, Peter 11 년 전
부모
커밋
8e36fd37e1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      static/stylesheets/bootstrap-switch.css

+ 3 - 0
static/stylesheets/bootstrap-switch.css

@@ -42,6 +42,9 @@
   margin-top: -1px;
   margin-bottom: -1px;
 }
+.has-switch.switch-mini i.switch-mini-font-icons {
+  line-height: 9px;
+}
 .has-switch.switch-small {
   min-width: 80px;
 }