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

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

Learn More

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

fullscreen mode makes caption buttons small

  • 2 відповіді
  • 1 має цю проблему
  • 24 перегляди
  • Остання відповідь від Tobanu

more options

Hello, I use firefox 14.0.1 on my windows 7 tablet I like fullscreen mode since it gives my tiny screen more space however it makes the caption buttons(minimize,maximize,close) small wanted to know if I could make the caption buttons stay the same size as non-fullscreen mode

Hello, I use firefox 14.0.1 on my windows 7 tablet I like fullscreen mode since it gives my tiny screen more space however it makes the caption buttons(minimize,maximize,close) small wanted to know if I could make the caption buttons stay the same size as non-fullscreen mode

Обране рішення

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#window-controls .toolbarbutton-icon { width:25px; height:25px; }
Читати цю відповідь у контексті 👍 2

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

more options

Вибране рішення

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#window-controls .toolbarbutton-icon { width:25px; height:25px; }
more options

thanks man this worked well