Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)TJ
Posts
7
Comments
40
Joined
2 yr. ago

Firefox Customs @fedia.io

Inspector colours and font size

  • Thanks. I have added a closing bracket and restarted. There is no change.

    First, an image showing the colour set in userContent.css when only two letters of the search are typed. https://imgur.com/fLdLN5b Secondly, an image showing the colour change to white when I type the third letter of the search. I expect the colour to remain as set in the css code. https://imgur.com/XqiZ1Wx Thirdly, an image showing the same colour change when I choose to show only altered preferences. https://imgur.com/kYlb9QR

  • Firefox Customs @fedia.io

    Colour in about:config changes when searching - v135.0

  • Thanks again. I added the first code below to an existing :root stanza and it is effective. If I add the second code, I get the default colour as well, as you say. I hadn't noticed that until I changed the hover colour to a lighter blue.

    I do want the colour to apply to menus inside panel menus. Bookmark menus have the set hover colour.

    --toolbarbutton-hover-background: #83b7fb !important;

    toolbarbutton:hover { background-color: #83b7fb !important; }

  • Thanks again. That does not have the desired result on my browser. The following code changes the hover colour of all toolbar buttons including bookmark items.

    toolbarbutton:hover { background-color: #6495ed !important; }

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

  • Firefox Customs @fedia.io

    Hover background of toolbar bookmark items and buttons

  • I marked this solved then saw a post on Reddit suggesting the following to limit code to popups : @media (width >= 700px) {...} Would it be appropriate to bracket the added lines with that?

  • Thank you. That had the desired result on the addons page. I have seen a post on Reddit suggesting the following to limit code to popups : @media (width >= 700px) {...} Would it be appropriate to bracket the added lines with that?

  • Firefox Customs @fedia.io

    Popup colours on about:addons

  • I think you will have to use a method other than Mozilla to sign in to connect. I can use google and one other which I forget. Once you are signed in, you may be able to change your connected email account.

  • After the first 'private' session ended, the mod replied to a post to the effect that someone had his phone and had made the sub private. This episode has lasted longer. The first was apparently 8 hours, this is now in its 3rd day.

  • I amended the code. I am printing it here to be sure. The colour of the checkboxes has not changed. Back to the drawing board. I will try adding !important to the colour. #menu-history-clear-recent-history .checkbox-check { appearance: none !important; background: #e2cfb6; }

  • Firefox Customs @fedia.io

    Checkboxes in Clear Recent History

    Firefox Customs @fedia.io

    Change favicon of bookmarklets

    Firefox Customs @fedia.io

    Hide one of a double separator using userchrome.css