Przeglądaj źródła

style of disabled button

yusuketk 6 lat temu
rodzic
commit
16af5dd0c1

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

@@ -113,3 +113,10 @@
 label {
 label {
   font-weight: 700;
   font-weight: 700;
 }
 }
+
+// disabled button (reproduction from bootstrap3)
+.btn.disabled,
+.btn[disabled],
+fieldset[disabled] .btn {
+  cursor: not-allowed;
+}