From 3829dc76ba9ee46a2b71757293ca8c78cb714797 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Tue, 11 Dec 2018 16:05:20 +0200 Subject: [PATCH] Add colors to bookmarking panel popup --- chrome/theme_popups_and_menus.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/chrome/theme_popups_and_menus.css b/chrome/theme_popups_and_menus.css index b526e29..a58f2b2 100644 --- a/chrome/theme_popups_and_menus.css +++ b/chrome/theme_popups_and_menus.css @@ -113,3 +113,20 @@ panelview toolbarbutton.subviewbutton .toolbarbutton-text, #PopupAutoCompleteRichResult .ac-emphasize-text.ac-emphasize-text-title{ color: var(--uc-border-color) !important; } + +#editBookmarkPanel textbox, +#editBookmarkPanel menulist, +#editBookmarkPanel button, +#editBookmarkPanel richlistbox, +#editBookmarkPanel tree{ + -moz-appearance: none !important; + background-color: var(--uc-light-bkgnd-color) !important; + color: var(--uc-text-color) !important; +} + +#editBookmarkPanel button:hover{ filter: brightness(150%) } +#editBookmarkPanel menulist{ padding: 4px !important; } +#editBookmarkPanel button{ padding: 3px !important; } + +#editBMPanel_folderTree treechildren::-moz-tree-cell(selected){ background-color: var(--uc-border-color) !important; } +#editBMPanel_folderTree treechildren::-moz-tree-cell(hover){ background-color: var(--uc-active-color) !important; }