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

change to display pointer cursor

akira-s пре 6 година
родитељ
комит
fc8c8f0923
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 (substitute panel of bootstrap3)
   .card {
   .card {
     margin-bottom: 20px;
     margin-bottom: 20px;