обновлен модуль оформления

This commit is contained in:
developer 2026-03-26 15:09:33 +08:00
parent 3094b90e16
commit 4fcd31d75c

View File

@ -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'] }}