瀏覽代碼

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>