add theme for downloads sidebar fix #177
This commit is contained in:
parent
2cecd393fc
commit
4e68488e7d
|
@ -33,9 +33,11 @@ hbox#sidebar-search-container textbox#search-box {
|
|||
background-color: var(--in-content-page-background)!important;
|
||||
opacity: 1!important
|
||||
}
|
||||
#sidebar-box[sidebarcommand=_bbb81fb3-49c1-4a42-bcc9-94bc93e19fb8_-sidebar-action] #sidebar-icon,
|
||||
#sidebar-box[sidebarcommand=treestyletab_piro_sakura_ne_jp-sidebar-action] #sidebar-icon {
|
||||
filter: invert(60%)
|
||||
}
|
||||
#button__bbb81fb3-49c1-4a42-bcc9-94bc93e19fb8_-sidebar-action .toolbarbutton-icon,
|
||||
#button_treestyletab_piro_sakura_ne_jp-sidebar-action .toolbarbutton-icon {
|
||||
filter: invert(87%)
|
||||
}
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
/*! Alters the webextension Downloads sidebar
|
||||
IMPORTANT: change the Internal UUID */
|
||||
@-moz-document url-prefix("moz-extension://{bbb81fb3-49c1-4a42-bcc9-94bc93e19fb8}/") {
|
||||
body {
|
||||
background: var(--in-content-page-background)!important;
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
.btn,
|
||||
.cancel-button,
|
||||
.erase-button {
|
||||
filter: invert(60%)
|
||||
}
|
||||
.toolbar-bottom {
|
||||
border-color: var(--in-content-border-color)!important
|
||||
}
|
||||
.toolbar-bottom button {
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
.toolbar-bottom button:hover {
|
||||
background: var(--in-content-box-background-hover)!important
|
||||
}
|
||||
}
|
|
@ -1058,9 +1058,11 @@ hbox#sidebar-search-container textbox#search-box {
|
|||
background-color: var(--in-content-page-background)!important;
|
||||
opacity: 1!important
|
||||
}
|
||||
#sidebar-box[sidebarcommand=_bbb81fb3-49c1-4a42-bcc9-94bc93e19fb8_-sidebar-action] #sidebar-icon,
|
||||
#sidebar-box[sidebarcommand=treestyletab_piro_sakura_ne_jp-sidebar-action] #sidebar-icon {
|
||||
filter: invert(60%)
|
||||
}
|
||||
#button__bbb81fb3-49c1-4a42-bcc9-94bc93e19fb8_-sidebar-action .toolbarbutton-icon,
|
||||
#button_treestyletab_piro_sakura_ne_jp-sidebar-action .toolbarbutton-icon {
|
||||
filter: invert(87%)
|
||||
}
|
||||
|
|
|
@ -1442,6 +1442,28 @@ html#feedHandler .enclosures {
|
|||
background-color: var(--in-content-box-border-color)!important
|
||||
}
|
||||
}
|
||||
/*! Alters the webextension Downloads sidebar
|
||||
IMPORTANT: change the Internal UUID */
|
||||
@-moz-document url-prefix("moz-extension://{bbb81fb3-49c1-4a42-bcc9-94bc93e19fb8}/") {
|
||||
body {
|
||||
background: var(--in-content-page-background)!important;
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
.btn,
|
||||
.cancel-button,
|
||||
.erase-button {
|
||||
filter: invert(60%)
|
||||
}
|
||||
.toolbar-bottom {
|
||||
border-color: var(--in-content-border-color)!important
|
||||
}
|
||||
.toolbar-bottom button {
|
||||
color: var(--in-content-page-color)!important
|
||||
}
|
||||
.toolbar-bottom button:hover {
|
||||
background: var(--in-content-box-background-hover)!important
|
||||
}
|
||||
}
|
||||
/*! Pop Up Background Fixes */
|
||||
@-moz-document url-prefix("moz-extension://{7fc8ef53-24ec-4205-87a4-1e745953bb0d}/popup.html"),
|
||||
url-prefix("moz-extension://https-everywhere@eff.org/pages/popup"),
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
@import "css/userContent-files/webextension-tweaks/brief.css";
|
||||
@import "css/userContent-files/webextension-tweaks/cookie_autodelete.css";
|
||||
@import "css/userContent-files/webextension-tweaks/dark_mode.css";
|
||||
@import "css/userContent-files/webextension-tweaks/downloads_sidebar.css";
|
||||
@import "css/userContent-files/webextension-tweaks/greasemonkey.css";
|
||||
@import "css/userContent-files/webextension-tweaks/multi_account_containers.css";
|
||||
@import "css/userContent-files/webextension-tweaks/noscript.css";
|
||||
|
|
Loading…
Reference in New Issue