ShadowFox/userChrome-files/dark_nav_bar_menus.css

91 lines
1.9 KiB
CSS
Raw Normal View History

2017-11-30 22:34:27 +00:00
/*Pop Down Arrow */
.panel-arrow {
filter: invert(70%) !important;
}
/* main menu */
.panel-subview-body, #appMenu-zoomReset-button {
color: var(--grey-10) !important;
background: var(--grey-60) !important;
}
/* header of sub menus */
.panel-subview-footer,[class^="PanelUI-"] {
color: var(--grey-10) !important;
background: var(--grey-70) !important;
}
/* webextension popup fix */
.webextension-popup-browser {
background: var(--grey-90);
}
2017-12-03 03:18:07 +00:00
/* Fix for downloads menu */
photonpanelmultiview panelview {
background: none !important;
color: var(--primary-light-color) !important;
}
2017-12-02 22:50:35 +00:00
#appMenu-mainView toolbarbutton:hover, #customizationui-widget-multiview toolbarbutton:hover,
#widget-overflow-list toolbarbutton:hover {
background: var(--grey-80) !important;
}
#BMB_bookmarksPopup {
background: none !important;
}
/*Pop Down Arrow */
.panel-arrow {
filter: invert(70%) !important;
2017-11-30 22:34:27 +00:00
}
2017-12-02 22:50:35 +00:00
/* main menu */
.panel-subview-body, #appMenu-zoomReset-button {
color: var(--grey-10) !important;
2017-11-30 22:34:27 +00:00
background: var(--grey-60) !important;
2017-12-01 05:11:24 +00:00
}
2017-12-02 22:50:35 +00:00
/* header of sub menus */
.panel-subview-footer,[class^="PanelUI-"] {
color: var(--grey-10) !important;
background: var(--grey-70) !important;
}
/* webextension popup fix */
.webextension-popup-browser {
background: var(--grey-90);
}
2017-12-01 05:11:24 +00:00
#appMenu-mainView toolbarbutton:hover, #customizationui-widget-multiview toolbarbutton:hover,
#widget-overflow-list toolbarbutton:hover {
background: var(--grey-80) !important;
}
#BMB_bookmarksPopup {
background: none !important;
2017-12-02 22:50:35 +00:00
}
/* Secure Connection Drop Down */
#identity-popup-securityView {
background: var(--grey-60) !important;
}
/* Divider */
#identity-popup-multiView > .panel-viewcontainer > .panel-viewstack > .panel-subviews {
background: var(--primary-light-color) !important;
}
/* Button */
.identity-popup-expander[panel-multiview-anchor] {
background-color: darkcyan !important;
fill: var(--primary-light-color) !important;
}
2017-12-03 03:18:07 +00:00