소스 검색

new patient color on fields

Peter Muturi 3 년 전
부모
커밋
d8f5cdf3f5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      resources/views/app/new-patient.blade.php

+ 4 - 0
resources/views/app/new-patient.blade.php

@@ -9,6 +9,10 @@ $medicaidStates = Config::get('constants.medicaid_states');
 <style media="screen">
 	.form-control {
 		border-radius: 0;
+		color: rgb(0, 54, 175);
+	}
+	.form-control:focus {
+		color: rgb(0, 54, 175);	
 	}
 </style>