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.

  • @MrOtherGuyM
    link
    11 day ago

    Unless I’m missing something, that looks pretty much as it should be. What’s wrong with it?

    • tjn21OP
      link
      fedilink
      113 hours ago

      Thanks. I tried selecting every category and nothing pointed to the bookmark items. They are all folders and are on the menu bar, as are the toolbar buttons. I did find what seems to be the set of toolbar buttons but the following code has no effect on the hover colour :

      #mainPopupSet { --toolbar-field-focus-background-color: #6495ed !important; }

      • @MrOtherGuyM
        link
        19 hours ago

        I think you should take a screenshot that shows the thing you are trying to change background color of, because currently I have no idea what it might be.