Browse Source

new patient color on fields

Peter Muturi 3 years ago
parent
commit
d8f5cdf3f5
1 changed files with 4 additions and 0 deletions
  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>