Преглед изворни кода

Merge pull request #1880 from weseek/support/fix-label-layout

add style
Yuki Takei пре 6 година
родитељ
комит
1b140573dc
1 измењених фајлова са 8 додато и 0 уклоњено
  1. 8 0
      src/client/styles/scss/_override-bootstrap.scss

+ 8 - 0
src/client/styles/scss/_override-bootstrap.scss

@@ -59,6 +59,14 @@
     }
   }
 
+  // Custom Control
+  .custom-control {
+    .custom-control-input,
+    .custom-control-input + .custom-control-label {
+      cursor: pointer;
+    }
+  }
+
   // card (substitute panel of bootstrap3)
   .card {
     margin-bottom: 20px;