From 4fcd31d75c970ec3df9461c8cf6e397c63f471dd Mon Sep 17 00:00:00 2001 From: developer Date: Thu, 26 Mar 2026 15:09:33 +0800 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BC=D0=BE=D0=B4=D1=83=D0=BB=D1=8C=20=D0=BE=D1=84?= =?UTF-8?q?=D0=BE=D1=80=D0=BC=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/layouts/design.blade.php | 7 +++++++ 1 file changed, 7 insertions(+) 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'] }}