Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

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

  • 2 respostas
  • 2 têm este problema
  • 20 visualizações
  • Última resposta por 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ção escolhida

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

Ler esta resposta no contexto 👍 2

Todas as respostas (2)

more options

Solução escolhida

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.