adjust pdf sidebar color fix #83
This commit is contained in:
parent
15ba91d647
commit
b025f0677f
|
@ -808,11 +808,12 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
background-color: var(--theme-selection-background-hover)!important;
|
background-color: var(--theme-selection-background-hover)!important;
|
||||||
border-bottom: 1px solid!important
|
border-bottom: 1px solid!important
|
||||||
}
|
}
|
||||||
#sidebarContainer {
|
#sidebarContainer,
|
||||||
background-color: var(--in-content-table-header-background)!important
|
#sidebarContent {
|
||||||
|
background-color: var(--in-content-page-background)!important
|
||||||
}
|
}
|
||||||
#toolbarSidebar {
|
#toolbarSidebar {
|
||||||
background-color: var(--in-content-table-header-background)!important;
|
background-color: var(--in-content-category-header-background)!important;
|
||||||
background-image: none!important;
|
background-image: none!important;
|
||||||
border-color: var(--in-content-box-background)!important
|
border-color: var(--in-content-box-background)!important
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,11 +39,12 @@
|
||||||
background-color: var(--theme-selection-background-hover)!important;
|
background-color: var(--theme-selection-background-hover)!important;
|
||||||
border-bottom: 1px solid!important
|
border-bottom: 1px solid!important
|
||||||
}
|
}
|
||||||
#sidebarContainer {
|
#sidebarContainer,
|
||||||
background-color: var(--in-content-table-header-background)!important
|
#sidebarContent {
|
||||||
|
background-color: var(--in-content-page-background)!important
|
||||||
}
|
}
|
||||||
#toolbarSidebar {
|
#toolbarSidebar {
|
||||||
background-color: var(--in-content-table-header-background)!important;
|
background-color: var(--in-content-category-header-background)!important;
|
||||||
background-image: none!important;
|
background-image: none!important;
|
||||||
border-color: var(--in-content-box-background)!important
|
border-color: var(--in-content-box-background)!important
|
||||||
}
|
}
|
||||||
|
|
|
@ -808,11 +808,12 @@ url-prefix(https://discovery.addons.mozilla.org) {
|
||||||
background-color: var(--theme-selection-background-hover)!important;
|
background-color: var(--theme-selection-background-hover)!important;
|
||||||
border-bottom: 1px solid!important
|
border-bottom: 1px solid!important
|
||||||
}
|
}
|
||||||
#sidebarContainer {
|
#sidebarContainer,
|
||||||
background-color: var(--in-content-table-header-background)!important
|
#sidebarContent {
|
||||||
|
background-color: var(--in-content-page-background)!important
|
||||||
}
|
}
|
||||||
#toolbarSidebar {
|
#toolbarSidebar {
|
||||||
background-color: var(--in-content-table-header-background)!important;
|
background-color: var(--in-content-category-header-background)!important;
|
||||||
background-image: none!important;
|
background-image: none!important;
|
||||||
border-color: var(--in-content-box-background)!important
|
border-color: var(--in-content-box-background)!important
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue