From 27821ad4607b5476afc5f6acb1ceda4542441c89 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 5 Dec 2018 20:50:29 +0200 Subject: [PATCH] Add hover-states to some missing popups --- chrome/theme_popups_and_menus.css | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/chrome/theme_popups_and_menus.css b/chrome/theme_popups_and_menus.css index 1f25fa4..3cd3d8d 100644 --- a/chrome/theme_popups_and_menus.css +++ b/chrome/theme_popups_and_menus.css @@ -5,7 +5,6 @@ .panel-arrowcontent, #alltabs-popup .arrowscrollbox-scrollbox, - menupopup:not(#BMB_bookmarksPopup), .textbox-contextmenu{ border: 3px solid #434850 !important; @@ -18,6 +17,7 @@ menupopup:not(#BMB_bookmarksPopup), #BMB_bookmarksPopup{ background-color: unset !important; } + /* GENERAL */ menupopup, menuitem, @@ -70,11 +70,13 @@ panelview, } .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; } -#widget-overflow-list #searchbar > .searchbar-textbox{ +#widget-overflow-mainView #searchbar > .searchbar-textbox{ background-color: var(--uc-light-bkgnd-color) !important; color: var(--uc-text-color) !important; } @@ -83,13 +85,16 @@ panelview toolbarbutton.subviewbutton .toolbarbutton-text, #downloadsFooter, #customizationui-widget-panel label, .autocomplete-richlistitem .ac-title, -#widget-overflow-list toolbarbutton, +#widget-overflow-mainView toolbarbutton, #bookmarks-menu-button menu menupopup, #PopupSearchAutoComplete .autocomplete-tree.plain.search-panel-tree, #PanelUI-contents toolbarbutton, #sidebar-switcher-target, -#alltabs_containersTab{ - color: var(--uc-text-color)!important; +#alltabs_containersTab, +#PopupAutoCompleteRichResult .ac-title, +#PopupAutoCompleteRichResult .search-one-offs, +.search-panel-input-value{ + color: var(--uc-text-color)!important; } #alltabs-popup, @@ -97,14 +102,6 @@ panelview toolbarbutton.subviewbutton .toolbarbutton-text, 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, .downloadsPanelFooterButton:not(:hover), #overflowMenu-customize-button:not(:hover),