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
@@ -49,7 +49,7 @@
.admin-interface .tabbed-changeform-tabs .tabbed-changeform-tablink.active {
border: 1px solid var(--border-color);
border-bottom: 1px solid transparent;
color: var(--admin-interface-module-background-color);
color: var(--admin-interface-generic-link-active-color);
}
.admin-interface .tabbed-changeform-tabs-remaining-space {