Fix context menus for Tree Style Tab
This commit is contained in:
parent
18e4a901cb
commit
d23562c6d8
|
@ -15,16 +15,12 @@
|
||||||
color: var(--primary-accent-color-dark) !important;;
|
color: var(--primary-accent-color-dark) !important;;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabContextMenu {
|
|
||||||
background: var(--grey-60) !important;
|
|
||||||
border: none !important;
|
|
||||||
color: var(--primary-light-color) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#debug-configs {
|
#debug-configs {
|
||||||
color: var(--primary-light-color) !important;
|
color: var(--primary-light-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#userStyleRules,
|
#userStyleRules,
|
||||||
#legacyConfigsNextMigrationVersion,
|
#legacyConfigsNextMigrationVersion,
|
||||||
#importedTreeStructureFromLegacy,
|
#importedTreeStructureFromLegacy,
|
||||||
|
@ -37,6 +33,15 @@
|
||||||
border: 1px solid var(--grey-50) !important;;
|
border: 1px solid var(--grey-50) !important;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Context Menus */
|
||||||
|
#tabContextMenu,
|
||||||
|
.extra.has-submenu ul,
|
||||||
|
#contextual-identities-selector,
|
||||||
|
#newtab-action-selector {
|
||||||
|
background: var(--grey-60) !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! Alters the webextension Tree Style Tab
|
/*! Alters the webextension Tree Style Tab
|
||||||
|
|
|
@ -1592,12 +1592,6 @@
|
||||||
color: var(--primary-accent-color-dark) !important;
|
color: var(--primary-accent-color-dark) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tabContextMenu {
|
|
||||||
background: var(--grey-60) !important;
|
|
||||||
border: none !important;
|
|
||||||
color: var(--primary-light-color) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
#debug-configs {
|
#debug-configs {
|
||||||
color: var(--primary-light-color) !important;
|
color: var(--primary-light-color) !important;
|
||||||
}
|
}
|
||||||
|
@ -1613,6 +1607,16 @@
|
||||||
color: var(--primary-light-color) !important;
|
color: var(--primary-light-color) !important;
|
||||||
border: 1px solid var(--grey-50) !important;
|
border: 1px solid var(--grey-50) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Context Menus */
|
||||||
|
|
||||||
|
#tabContextMenu,
|
||||||
|
.extra.has-submenu ul,
|
||||||
|
#contextual-identities-selector,
|
||||||
|
#newtab-action-selector {
|
||||||
|
background: var(--grey-60) !important;
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! Alters the webextension Tree Style Tab
|
/*! Alters the webextension Tree Style Tab
|
||||||
|
|
Loading…
Reference in New Issue