แก้ไขปุ่ม ยกเลิก ให้เป็นสีแดงทั้งหมด

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-14 12:02:35 +07:00
parent 584974a0e9
commit 547fadf414
9 changed files with 9 additions and 9 deletions

View File

@@ -53,7 +53,7 @@
<div class="row">
<div class="form-group col-md-12">
<button type="button" class="btn btn-outline" onclick="javascript:window_close()" style="background-color: #fff;">ยกเลิก</button>
<button type="button" class="btn btn-danger" onclick="javascript:window_close()">ยกเลิก</button>
<button type="button" class="btn btn-submit" onclick="javascript:eva_evaluation_group_PutUpdate()">บันทึก</button>
</div>
</div>