Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

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

  • 2 отговора
  • 2 имат този проблем
  • 20 изгледи
  • Последен отговор от 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!

Избрано решение

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

Прочетете този отговор в контекста 👍 2

Всички отговори (2)

more options

Избрано решение

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.