소스 검색

style of disabled button

yusuketk 6 년 전
부모
커밋
16af5dd0c1
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  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;
+}