Use correct text colors on sidebar header
This commit is contained in:
parent
f0f427d770
commit
bb8d6a35e5
2 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#sidebar-splitter{ display: none }
|
||||
|
||||
#sidebar-header{ overflow: hidden; color: var(--chrome-color) !important; }
|
||||
#sidebar-header{ overflow: hidden; color: var(--chrome-color) }
|
||||
|
||||
#sidebar{
|
||||
transition: min-width 115ms linear !important;
|
||||
|
|
|
@ -3,6 +3,8 @@
|
|||
|
||||
/*!!! IMPORT theme_color_variables.css !!!*/
|
||||
|
||||
:root{ --panel-disabled-color: #888 !important; }
|
||||
|
||||
.panel-arrowcontent,
|
||||
#alltabs-popup .arrowscrollbox-scrollbox,
|
||||
menupopup:not(#BMB_bookmarksPopup),
|
||||
|
@ -89,7 +91,6 @@ panelview toolbarbutton.subviewbutton .toolbarbutton-text,
|
|||
#bookmarks-menu-button menu menupopup,
|
||||
#PopupSearchAutoComplete .autocomplete-tree.plain.search-panel-tree,
|
||||
#PanelUI-contents toolbarbutton,
|
||||
#sidebar-switcher-target,
|
||||
#alltabs_containersTab,
|
||||
#PopupAutoCompleteRichResult .ac-title,
|
||||
#PopupAutoCompleteRichResult .search-one-offs,
|
||||
|
|
Loading…
Reference in a new issue