Add hover-states to some missing popups

This commit is contained in:
MrOtherGuy 2018-12-05 20:50:29 +02:00
parent 3889b65e59
commit 27821ad460

View file

@ -5,7 +5,6 @@
.panel-arrowcontent, .panel-arrowcontent,
#alltabs-popup .arrowscrollbox-scrollbox, #alltabs-popup .arrowscrollbox-scrollbox,
menupopup:not(#BMB_bookmarksPopup), menupopup:not(#BMB_bookmarksPopup),
.textbox-contextmenu{ .textbox-contextmenu{
border: 3px solid #434850 !important; border: 3px solid #434850 !important;
@ -18,6 +17,7 @@ menupopup:not(#BMB_bookmarksPopup),
#BMB_bookmarksPopup{ #BMB_bookmarksPopup{
background-color: unset !important; background-color: unset !important;
} }
/* GENERAL */ /* GENERAL */
menupopup, menupopup,
menuitem, menuitem,
@ -70,11 +70,13 @@ panelview,
} }
.subviewbutton:hover, .subviewbutton:hover,
#widget-overflow-list > .toolbarbutton-1:hover{ #widget-overflow-mainView .toolbarbutton-1:hover,
#PopupAutoCompleteRichResult .autocomplete-richlistitem:hover,
#PopupSearchAutoComplete .autocomplete-richlistitem:hover{
background-color: var(--uc-active-color) !important; background-color: var(--uc-active-color) !important;
} }
#widget-overflow-list #searchbar > .searchbar-textbox{ #widget-overflow-mainView #searchbar > .searchbar-textbox{
background-color: var(--uc-light-bkgnd-color) !important; background-color: var(--uc-light-bkgnd-color) !important;
color: var(--uc-text-color) !important; color: var(--uc-text-color) !important;
} }
@ -83,13 +85,16 @@ panelview toolbarbutton.subviewbutton .toolbarbutton-text,
#downloadsFooter, #downloadsFooter,
#customizationui-widget-panel label, #customizationui-widget-panel label,
.autocomplete-richlistitem .ac-title, .autocomplete-richlistitem .ac-title,
#widget-overflow-list toolbarbutton, #widget-overflow-mainView toolbarbutton,
#bookmarks-menu-button menu menupopup, #bookmarks-menu-button menu menupopup,
#PopupSearchAutoComplete .autocomplete-tree.plain.search-panel-tree, #PopupSearchAutoComplete .autocomplete-tree.plain.search-panel-tree,
#PanelUI-contents toolbarbutton, #PanelUI-contents toolbarbutton,
#sidebar-switcher-target, #sidebar-switcher-target,
#alltabs_containersTab{ #alltabs_containersTab,
color: var(--uc-text-color)!important; #PopupAutoCompleteRichResult .ac-title,
#PopupAutoCompleteRichResult .search-one-offs,
.search-panel-input-value{
color: var(--uc-text-color)!important;
} }
#alltabs-popup, #alltabs-popup,
@ -97,14 +102,6 @@ panelview toolbarbutton.subviewbutton .toolbarbutton-text,
border: none !important; border: none !important;
} }
/* URLBAR AND SEARCHBAR POPUPS */
#PopupAutoCompleteRichResult .ac-title,
#PopupAutoCompleteRichResult .search-one-offs,
.search-panel-input-value{
color: var(--uc-text-color) !important;
}
.search-panel-one-offs, .search-panel-one-offs,
.downloadsPanelFooterButton:not(:hover), .downloadsPanelFooterButton:not(:hover),
#overflowMenu-customize-button:not(:hover), #overflowMenu-customize-button:not(:hover),