/* Mothertree custom overrides for Element Web.
 *
 * Element's tab styling uses hardcoded values (color: #fff, background via
 * --cpd-color-bg-subtle-secondary) that cannot be changed through the
 * custom_themes config. This CSS is injected via nginx sub_filter.
 */

/* Active settings tab: charcoal background so white text has clear contrast */
.mx_TabbedView_tabsOnLeft .mx_TabbedView_tabLabel_active {
  background-color: #141511 !important;
}

/* Dark theme: lighter olive background for active tab */
.cpd-theme-dark .mx_TabbedView_tabsOnLeft .mx_TabbedView_tabLabel_active {
  background-color: #4A4D3E !important;
}
