ShadowFox/userContent-files/webextension-tweaks/tree_style_tab.css

60 lines
1.3 KiB
CSS

/*! Alters the webextension Tree Style Tab
IMPORTANT: change the Internal UUID in BOTH locations */
@-moz-document url-prefix("moz-extension://2a3d122c-dc21-7f4c-a805-82cbd472de98/") {
p, ul {
color: var(--tone-4) !important;
}
h1, legend {
color: var(--accent-1) !important;
}
a {
color: var(--accent-2) !important;;
}
#debug-configs {
color: var(--tone-4) !important;
}
#userStyleRules,
#legacyConfigsNextMigrationVersion,
#importedTreeStructureFromLegacy,
#importedConfigsFromLegacy,
#autoGroupNewTabsDelayOnNewWindow,
#autoGroupNewTabsTimeout {
-moz-appearance: none !important;
background: var(--tone-6) !important;
color: var(--tone-4) !important;
border: 1px solid var(--tone-5) !important;;
}
/* Context Menus */
#tabContextMenu,
.extra.has-submenu ul,
#contextual-identities-selector,
#newtab-action-selector {
background: var(--tone-6) !important;
border: none !important;
}
}
/*! Alters the webextension Tree Style Tab
IMPORTANT: change the Internal UUID in BOTH locations */
@-moz-document url-prefix("moz-extension://2a3d122c-dc21-7f4c-a805-82cbd472de98/resources/group-tab.html") {
:root {
background: var(--tone-7) !important;
color: ButtonText;
}
h1::before {
background: var(--tone-4) !important;
}
}