소스 검색

Minor style improvements

Richard Knight 6 년 전
부모
커밋
375de748a7
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/styles.scss

+ 2 - 2
src/styles.scss

@@ -121,11 +121,11 @@ div.col-sm-8 {
 
 .btn-disabled {
 	color: #AAA !important;
-	background-color: #CCC !important;
+	background-color: unset;
 	border-color: #CCC !important;;
 	cursor: not-allowed !important;
 	&:hover {
-		background-color: #CCC !important;;
+		background-color: unset;
 	}
 }