Merge pull request #1203 from batuhawk/master

Text group full disabled updated
This commit is contained in:
Batuhan Baş 2020-01-29 17:20:36 +03:00 committed by GitHub
commit a777933679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2391,3 +2391,12 @@ option:focus
border: 0;
}
/*--Wizard Delete Button Text Finish--*/
/*--Disabled Form Group--*/
.form-control:disabled,.input-group-text
{
background-color: #e9ecef;
color: #8898aa;
}
/*--Disabled Form Group Finish--*/