浏览代码

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;
 }