Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

Address bar on theme improperly displaying on one computer

  • 5 wótegrona
  • 1 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót confooseddesi89

more options

I have created and installed a theme (https://addons.mozilla.org/en-US/fire.../versions/). On my computer, when the text in the address bar is selected (e.g., if you hit Ctrl+A), the text is not highlighted blue as it should be - instead the text color changes to blue and there is no blue highlight; the background remains white. (This is only a problem with the address bar, not the search bar. This problem also does not happen with other themes). On other computers, however, the theme displays properly, with the address bar text highlighted in blue and the font color turning to white. See attached screenshots. I tried uninstalling and re-installing to no avail (Firefox "remembered" my settings so uninstalling didn't work).

I have created and installed a theme ([https://addons.mozilla.org/en-US/firefox/addon/pink-and-purple-blend/versions/]). On my computer, when the text in the address bar is selected (e.g., if you hit Ctrl+A), the text is not highlighted blue as it should be - instead the text color changes to blue and there is no blue highlight; the background remains white. (This is only a problem with the address bar, not the search bar. This problem also does not happen with other themes). On other computers, however, the theme displays properly, with the address bar text highlighted in blue and the font color turning to white. See attached screenshots. I tried uninstalling and re-installing to no avail (Firefox "remembered" my settings so uninstalling didn't work).
Pśipowjesone fota wobrazowki

Wót cor-el změnjony

Wubrane rozwězanje

Hi confooseddesi89, I took a quick look at the theme wizard and it seems to be missing boxes for those two fields.

You can right-click the install/remove button on the Add-ons site and use Save File As... to download your theme's .XPI file. Then "unzip" it and you can edit the manifest.json file. For a regular extension you then can zip together the manifest.json file and the image and upload that as a new version. I don't know whether themes allow that.

(Unfortunately I have to restart my computer right now so can't look into it further.)

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (5)

more options

Hi confooseddesi89, There were changes to the address bar in version 75 and maybe I'm just plucking at straws but, you might be able to find some help over at the:

Extensions Workshop

more options

Two properties were added in Firefox 67 that you could use as a workaround:

,
"toolbar_field_highlight": "rgba(0, 120, 215, 1)",
"toolbar_field_highlight_text": "rgba(255, 255, 255, 1)"
more options

Hi jscher2000,

I'm not that savvy with code and used the "create a theme" builder offered by Firefox, which doesn't have those options. Would I be able to export the current theme and then edit that code to include the mentioned parameters? I can't find any useful information describing how to export a theme for editing.

more options

Wubrane rozwězanje

Hi confooseddesi89, I took a quick look at the theme wizard and it seems to be missing boxes for those two fields.

You can right-click the install/remove button on the Add-ons site and use Save File As... to download your theme's .XPI file. Then "unzip" it and you can edit the manifest.json file. For a regular extension you then can zip together the manifest.json file and the image and upload that as a new version. I don't know whether themes allow that.

(Unfortunately I have to restart my computer right now so can't look into it further.)

more options

jscher2000, worked beautifully. Thanks!