Form group readonly and disabled feature added

This commit is contained in:
Cüneyt Şentürk
2020-02-01 18:47:15 +03:00
parent 9cb174f68c
commit 37e10eae8f
29 changed files with 306 additions and 51 deletions

View File

@ -850,7 +850,7 @@ table .align-items-center td span.badge {
/*----------------RESPONSIVE END LINE----------------*/
/*--------From Group Disabled--------*/
.form-group.disabled .input-group-text {
.form-group.disabled .input-group-text, .form-group.readonly .input-group-text {
background-color: #e9ecef;
}
/*--------From Group Disabled Finish--------*/