Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

How do I use the titlebar color provided by windows via CSS?

  • 5 відповідей
  • 1 має цю проблему
  • 3 перегляди
  • Остання відповідь від dqeswn@gmail.com

more options

I want to use this color. Some elements of the default them already use it by being transparent. This way the colors change as the titlebar color changes. (Which changes because of the desktop background) But I want to use it on such elements for which this doesn't work. Is there a special "-moz-whatever" color for this? Something else?

I want to use this color. Some elements of the default them already use it by being transparent. This way the colors change as the titlebar color changes. (Which changes because of the desktop background) But I want to use it on such elements for which this doesn't work. Is there a special "-moz-whatever" color for this? Something else?

Усі відповіді (5)

more options

Supposedly, -moz-win-borderless-glass does this, but I don't use windows, so I can't verify.

more options

Hmm. To me it's not accepted as a color. Stylish gives an error.

more options

Sorry for being unclear, you don't use it like a standard color. You would use it by adding the following css property:

   -moz-appearance: -moz-win-borderless-glass
more options

Also, this only works on windows. For mac, you would need:

   -moz-appearance: -moz-window-titlebar;

Змінено user293

more options

So it works if I try it with #urlbar.

But for some reason not with .autocomplete-richlistitem or .autocomplete-richlistbox or #PopupAutoCompleteRichResult or such

I actually wanted to change the background and the highlights color of the urlbar results. But it doesn't work on these elements.