2018-03-11 21:58:02 +00:00
|
|
|
/*! Alters the webextension Tree Style Tab
|
|
|
|
IMPORTANT: change the Internal UUID in BOTH locations */
|
2018-03-18 22:04:56 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://tree_style_tab_UUID/resources/group-tab.html") {
|
|
|
|
:root {
|
|
|
|
background: var(--tone-7)!important
|
|
|
|
}
|
|
|
|
h1::before {
|
|
|
|
background: var(--tone-4)!important
|
|
|
|
}
|
|
|
|
#tabs img[src="https://assets-cdn.github.com/favicon.ico"] {
|
|
|
|
filter: invert(55%)!important
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*! Alters the webextension Tree Style Tab
|
|
|
|
IMPORTANT: change the Internal UUID all BOTH locations */
|
2018-03-11 22:02:05 +00:00
|
|
|
@-moz-document url-prefix("moz-extension://tree_style_tab_UUID/") {
|
2018-03-18 22:04:56 +00:00
|
|
|
/*! Use Plain Dark Appearance */
|
|
|
|
#debug-configs,
|
2018-03-11 21:58:02 +00:00
|
|
|
p,
|
|
|
|
ul {
|
|
|
|
color: var(--tone-4)!important
|
|
|
|
}
|
|
|
|
h1,
|
|
|
|
legend {
|
|
|
|
color: var(--accent-1)!important
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: var(--accent-2)!important
|
|
|
|
}
|
|
|
|
#autoGroupNewTabsDelayOnNewWindow,
|
|
|
|
#autoGroupNewTabsTimeout,
|
|
|
|
#importedConfigsFromLegacy,
|
|
|
|
#importedTreeStructureFromLegacy,
|
|
|
|
#legacyConfigsNextMigrationVersion,
|
|
|
|
#userStyleRules {
|
|
|
|
-moz-appearance: none!important;
|
|
|
|
background: var(--tone-6)!important;
|
|
|
|
color: var(--tone-4)!important;
|
|
|
|
border-color: var(--tone-5)!important
|
|
|
|
}
|
|
|
|
#contextual-identities-selector,
|
|
|
|
#newtab-action-selector,
|
|
|
|
#tabContextMenu,
|
|
|
|
.extra.has-submenu ul {
|
|
|
|
background: var(--tone-6)!important;
|
|
|
|
border: none!important
|
|
|
|
}
|
|
|
|
.menu-ui-59858.menu-ui.menu li.separator {
|
|
|
|
border-color: var(--in-content-box-border-color)!important
|
|
|
|
}
|
2018-03-18 22:04:56 +00:00
|
|
|
fieldset {
|
|
|
|
border: 2px solid!important;
|
|
|
|
border-color: var(--in-content-box-border-color)!important
|
|
|
|
}
|
2018-03-11 21:58:02 +00:00
|
|
|
:root {
|
2018-03-18 22:04:56 +00:00
|
|
|
background-color: var(--in-content-page-background)!important
|
2018-03-11 21:58:02 +00:00
|
|
|
}
|
2018-03-18 22:04:56 +00:00
|
|
|
.tab {
|
|
|
|
background: var(--in-content-page-background)!important;
|
|
|
|
border-color: var(--in-content-category-header-background)!important
|
2018-03-11 21:58:02 +00:00
|
|
|
}
|
2018-03-18 22:04:56 +00:00
|
|
|
.tab .label {
|
|
|
|
color: var(--in-content-page-color)!important
|
|
|
|
}
|
|
|
|
.tab:hover {
|
|
|
|
background-color: var(--in-content-category-header-background)!important
|
|
|
|
}
|
|
|
|
.tab.active {
|
|
|
|
background-color: var(--in-content-border-focus)!important
|
|
|
|
}
|
|
|
|
.tab.selected {
|
|
|
|
background-color: var(--primary-accent-color-dark)!important
|
|
|
|
}
|
|
|
|
.tab.active .label,
|
|
|
|
.tab.selected .label {
|
|
|
|
color: #fff!important
|
|
|
|
}
|
|
|
|
.tab.active:hover {
|
|
|
|
background-color: var(--in-content-primary-button-background)!important
|
|
|
|
}
|
|
|
|
.tab.discarded {
|
|
|
|
opacity: .75!important
|
|
|
|
}
|
|
|
|
.tab.discarded .label {
|
|
|
|
color: var(--in-content-box-border-color)!important
|
|
|
|
}
|
|
|
|
.tab.unread .label {
|
|
|
|
font-style: italic!important
|
|
|
|
}
|
|
|
|
.tab:not(:hover) .closebox {
|
|
|
|
display: none!important
|
|
|
|
}
|
2018-03-23 03:11:40 +00:00
|
|
|
.after-tabs button,
|
2018-03-18 22:04:56 +00:00
|
|
|
.twisty {
|
|
|
|
color: var(--in-content-page-color)!important
|
|
|
|
}
|
2018-03-23 03:11:40 +00:00
|
|
|
.simulate-svg-context-fill:root .newtab-button::before {
|
|
|
|
background: var(--in-content-page-color)!important
|
|
|
|
}
|
2018-03-18 22:04:56 +00:00
|
|
|
.tab.active .twisty {
|
|
|
|
color: #fff!important
|
|
|
|
}
|
|
|
|
.newtab-button {
|
2018-03-23 03:11:40 +00:00
|
|
|
background-color: var(--tone-7)!important
|
|
|
|
}
|
|
|
|
.newtab-button:hover {
|
|
|
|
background-color: var(--tone-8)!important
|
2018-03-18 22:04:56 +00:00
|
|
|
}
|
|
|
|
#all-tabs .tab:not(.active)[data-current-uri*="github.com"] .favicon {
|
|
|
|
filter: invert(65%)!important
|
|
|
|
}
|
|
|
|
.simulate-svg-context-fill:root .tab.group-tab .favicon-default::before {
|
|
|
|
filter: invert(45%)!important
|
|
|
|
}
|
|
|
|
#background,
|
|
|
|
#background::after,
|
|
|
|
#tabbar {
|
|
|
|
background: var(--in-content-page-background)!important
|
2018-03-11 21:58:02 +00:00
|
|
|
}
|
2018-03-11 22:02:05 +00:00
|
|
|
}
|