Caută ajutor

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Acest fir de discuție a fost arhivat. Adresează o întrebare nouă dacă ai nevoie de ajutor.

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

  • 2 răspunsuri
  • 2 au această problemă
  • 12 vizualizări
  • Ultimul răspuns de 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!

Soluție aleasă

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

Citește acest răspuns în context 👍 2

Toate răspunsurile (2)

more options

Soluție aleasă

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.