Hover background of toolbar bookmark items and buttons
Hover background of toolbar bookmark items and buttons
I have created a standard hover background which, using various stanzas, applies to everything except the toolbar bookmark items and buttons. The following code doesn't have the desired effect on bookmarks. What will? The browser toolbox only shows the main window so I have improvised.
toolbarbutton.bookmark-item(hover) { background-color: #6495ed !important; }
I can't think what to use for toolbar buttons such as UBlock Origin.
What window you want to affect? It sounds it must be something other than items in bookmarks toolbar since you mention browser toolbox not showing it. Regardless, you can change the document that the toolbox should target using the "select iframe" button.
Also, the code you posted wouldn't work anyway for hovering because it is missing a colon for
:hover
pseudo-class.This is what I see in the Browser Toolbox :
https://imgur.com/xW8u76T
Unless I'm missing something, that looks pretty much as it should be. What's wrong with it?