💄 Updated userChrome for extensions bg
This commit is contained in:
parent
f2f906cc3d
commit
eae2a5a0ab
1 changed files with 66 additions and 28 deletions
|
|
@ -14,10 +14,10 @@
|
|||
#reload-button,
|
||||
/* #statuspanel, */
|
||||
#urlbar-go-button,
|
||||
#urlbar-input-container > #page-action-buttons,
|
||||
#urlbar-input-container>#page-action-buttons,
|
||||
.urlbarView-favicon,
|
||||
.tab-icon-image,
|
||||
#tabs-newtab-button > .toolbarbutton-icon,
|
||||
#tabs-newtab-button>.toolbarbutton-icon,
|
||||
/* .tab-label-container, */
|
||||
#PanelUI-menu-button,
|
||||
.tab-close-button {
|
||||
|
|
@ -40,11 +40,11 @@
|
|||
|
||||
menubar,
|
||||
nav-bar,
|
||||
#TabsToolbar > * {
|
||||
#TabsToolbar>* {
|
||||
background-color: #14161b !important;
|
||||
}
|
||||
|
||||
toolbar > * {
|
||||
toolbar>* {
|
||||
background-color: #22252c !important;
|
||||
}
|
||||
|
||||
|
|
@ -68,18 +68,23 @@ toolbar > * {
|
|||
--uei-icon-size: 16px;
|
||||
/* background-color: #22252c !important; */
|
||||
}
|
||||
|
||||
.unified-extensions-item-menu-button.subviewbutton {
|
||||
padding: 2px !important;
|
||||
}
|
||||
|
||||
.unified-extensions-item-message-deck {
|
||||
display: none;
|
||||
}
|
||||
#unified-extensions-view > vbox > vbox > .unified-extensions-item {
|
||||
|
||||
#unified-extensions-view>vbox>vbox>.unified-extensions-item {
|
||||
padding-block: 0px !important;
|
||||
}
|
||||
|
||||
.unified-extensions-item-menu-button {
|
||||
margin-inline-end: 0 !important;
|
||||
}
|
||||
|
||||
.unified-extensions-list .unified-extensions-item-menu-button {
|
||||
margin-inline-end: 8px !important;
|
||||
}
|
||||
|
|
@ -91,3 +96,36 @@ toolbar > * {
|
|||
#alltabs-button {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Dark BG on Extensions menu */
|
||||
|
||||
/* Set dark background for the Extensions (Unified Extensions) Panel */
|
||||
#unified-extensions-view,
|
||||
#unified-extensions-view .panel-subview-body,
|
||||
#unified-extensions-view .unified-extensions-item,
|
||||
#unified-extensions-view .unified-extensions-item-action-button,
|
||||
#unified-extensions-view .unified-extensions-item-menu-button,
|
||||
#unified-extensions-view .unified-extensions-item-message-deck,
|
||||
#unified-extensions-view .unified-extensions-item-content,
|
||||
#unified-extensions-view .unified-extensions-item-name,
|
||||
#unified-extensions-view .unified-extensions-item-description {
|
||||
background-color: #1e1e1e !important;
|
||||
color: #f0f0f0 !important;
|
||||
}
|
||||
|
||||
/* Optional: Darken hover and active states too */
|
||||
.unified-extensions-item:hover {
|
||||
background-color: #2a2a2a !important;
|
||||
}
|
||||
|
||||
.unified-extensions-item:active {
|
||||
background-color: #333333 !important;
|
||||
}
|
||||
|
||||
/* Fix popup background if not inheriting dark color */
|
||||
.panel-viewstack,
|
||||
.panel-subview-body,
|
||||
#unified-extensions-panel {
|
||||
background-color: #1e1e1e !important;
|
||||
color: #f0f0f0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue