diff --git a/resources/views/layouts/design.blade.php b/resources/views/layouts/design.blade.php index 663e54a..8466ee8 100644 --- a/resources/views/layouts/design.blade.php +++ b/resources/views/layouts/design.blade.php @@ -43,6 +43,13 @@ !important; } + option:active, .dropdown-item:active{ + background-color: + {{ DESIGN_PARAMETERS['primary_color'] }} + !important; + color:#fff!important; + } + .btn-primary { background-color: {{ DESIGN_PARAMETERS['primary_color'] }}