Ver Fonte

style of disabled button

yusuketk há 6 anos atrás
pai
commit
16af5dd0c1
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      src/client/styles/scss/_override-bootstrap.scss

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

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