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.

Learn More

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

  • 2 wótegronje
  • 2 matej toś ten problem
  • 22 naglědow
  • Slědne wótegrono wót 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!

Wubrane rozwězanje

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

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

Wšykne wótegrona (2)

more options

Wubrane rozwězanje

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.