diff --git a/public/css/akaunting-color.css b/public/css/akaunting-color.css index b213a338a..2e78bea52 100644 --- a/public/css/akaunting-color.css +++ b/public/css/akaunting-color.css @@ -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--*/ diff --git a/resources/views/partials/form/radio_group.blade.php b/resources/views/partials/form/radio_group.blade.php index 977d2f9bf..79f021b28 100644 --- a/resources/views/partials/form/radio_group.blade.php +++ b/resources/views/partials/form/radio_group.blade.php @@ -13,15 +13,29 @@