ShadowFox/userChrome-files/dark_nav_bar_menus.css

85 lines
2.1 KiB
CSS

/*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: white !important;;
}
/* Fix for downloads menu */
photonpanelmultiview panelview {
background: none !important;
color: var(--primary-light-color) !important;
}
#emptyDownloads {
background: var(--grey-60) !important;
color: var(--primary-light-color) !important;
}
#downloadsFooterButtons {
background: var(--grey-70) !important;
color: var(--primary-light-color) !important;
}
/* Fix downloads list - only appears to be necessary in Nightly */
#downloadsListBox {
background: var(--primary-dark-color) !important;
}
#appMenu-mainView toolbarbutton:hover, #customizationui-widget-multiview toolbarbutton:hover,
#widget-overflow-list toolbarbutton:hover {
background: var(--grey-80) !important;
}
#BMB_bookmarksPopup {
background: none !important;
}
/* 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;
}
/* New update is available */
.popup-notification-button[default][highlight="true"]:not([disabled]) {
background-color: darkcyan !important;
color: #ccc;
}
#update-available-whats-new {
color: darkcyan !important;
}
.popup-notification-icon[popupid="update-available"], .popup-notification-icon[popupid="update-manual"], .popup-notification-icon[popupid="update-restart"] {
background-color: #712b00 !important;
border-radius: 50%;
}