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

60 lines
1.3 KiB
CSS
Raw Normal View History

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