Add css_generic_link_active_color field to use on active tab (tabbed changeform). #232

This commit is contained in:
Fabio Caccamo
2023-04-18 16:10:02 +02:00
parent 55f2c86a47
commit 6f7a51bee8
6 changed files with 35 additions and 1 deletions
@@ -28,6 +28,7 @@
--admin-interface-module-link-hover-color: {{ theme.css_module_link_hover_color }};
--admin-interface-generic-link-color: {{ theme.css_generic_link_color }};
--admin-interface-generic-link-hover-color: {{ theme.css_generic_link_hover_color }};
--admin-interface-generic-link-active-color: {{ theme.css_generic_link_active_color }};
--admin-interface-save-button-background-color: {{ theme.css_save_button_background_color }};
--admin-interface-save-button-background-hover-color: {{ theme.css_save_button_background_hover_color }};
--admin-interface-save-button-text-color: {{ theme.css_save_button_text_color }};