close #2005 Fixed: Default currency fields should be disabled for default currency
This commit is contained in:
10
public/css/akaunting-color.css
vendored
10
public/css/akaunting-color.css
vendored
@ -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--*/
|
||||
|
Reference in New Issue
Block a user