Form Group Disabled class added

This commit is contained in:
Cüneyt Şentürk
2020-02-01 13:32:43 +03:00
parent 74165a88be
commit 8664b9b85b
22 changed files with 577 additions and 567 deletions

View File

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