Add colors to bookmarking panel popup

This commit is contained in:
MrOtherGuy 2018-12-11 16:05:20 +02:00
parent c2ad7e9973
commit 3829dc76ba

View file

@ -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; }