close #2005 Fixed: Default currency fields should be disabled for default currency

This commit is contained in:
Cüneyt Şentürk
2021-04-26 18:37:14 +03:00
parent 8fa5d994e9
commit c5387f0eb0
3 changed files with 25 additions and 1 deletions

View File

@ -930,6 +930,11 @@ button.bg-yellow:focus
{
box-shadow: none, 0 0 0 0 rgba(109, 162, 82, .5);
}
.form-group.disabled .btn-group.btn-group-toggle.radio-yes-no .btn-success.active-disabled {
color: #ffffff !important;
border-color: #6da252 !important;
background-color: #6da252 !important;
}
/*--Success Color Finish--*/
/*--Danger Color--*/
@ -972,6 +977,11 @@ button.bg-yellow:focus
{
box-shadow: none, 0 0 0 0 rgba(239, 50, 50, .5);
}
.form-group.disabled .btn-group.btn-group-toggle.radio-yes-no .btn-danger.active-disabled {
color: #ffffff !important;
border-color: #ef3232 !important;
background-color: #ef3232 !important;
}
/*--Danger Color Finish--*/
/*--Warning Color--*/