Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

how do I remove opaque background in "extra" bar (ff29)

  • 2 Mbohovái
  • 2 oguereko ko apañuãi
  • 20 Hecha
  • Mbohovái ipaháva gefluegelt

more options

I would like to have my personas top fully visible in ff29, without the white "opaque" layer which comes with the various bars. To this end I have installed "stylish" with the following code:

  1. nav-bar{
   background: transparent !important;

}

  1. PersonalToolbar{
   background: transparent !important;

}

  1. urlbar{
   background: transparent !important;

}

  1. searchbar .searchbar-textbox{
   background: transparent !important;

}

This works fine but for one bar which refuses to become fully transparent. Using the German version of ff29/MacOS10.9.2 the bar is called "Extraleiste" (i.e "extra bar" or similar).

The arrangement of items, icons etc. has been carried out via Classic Theme Restorer.

Any suggestions wouzld be greatly appreciated!

I would like to have my personas top fully visible in ff29, without the white "opaque" layer which comes with the various bars. To this end I have installed "stylish" with the following code: #nav-bar{ background: transparent !important; } #PersonalToolbar{ background: transparent !important; } #urlbar{ background: transparent !important; } #searchbar .searchbar-textbox{ background: transparent !important; } This works fine but for one bar which refuses to become fully transparent. Using the German version of ff29/MacOS10.9.2 the bar is called "Extraleiste" (i.e "extra bar" or similar). The arrangement of items, icons etc. has been carried out via Classic Theme Restorer. Any suggestions wouzld be greatly appreciated!

Ñemoĩporã poravopyre

You can use the code that I posted here to get the IDs of all the toolbars:

Emoñe’ẽ ko mbohavái ejeregua reheve 👍 2

Opaite Mbohovái (2)

more options

Ñemoĩporã poravopyre

You can use the code that I posted here to get the IDs of all the toolbars:

more options

Hi cor-el

thanks for that very useful hint!

("ctr_extra-bar" was the missing descriptor, btw, the console required opens under MacOS via ctrl-cmd-J. Copy/paste/return shoes the desired list, there is no evaluate button.