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

43 lines
1001 B
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 */
@-moz-document url-prefix("moz-extension://2a3d122c-dc21-7f4c-a805-82cbd472de98/") {
p, ul {
color: var(--primary-light-color) !important;
}
h1, legend {
color: var(--primary-accent-color) !important;
}
a {
color: var(--primary-accent-color-dark) !important;;
}
#tabContextMenu {
background: var(--grey-60) !important;
border: none !important;
color: var(--primary-light-color) !important;
}
#debug-configs {
color: var(--primary-light-color) !important;
}
}
2018-01-06 23:43:05 +00:00
/*! 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(--primary-dark-color) !important;
color: ButtonText;
}
h1::before {
background: var(--primary-light-color) !important;
}
}