Search Support

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

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

fullscreen mode makes caption buttons small

  • 2 antwoorde
  • 1 het hierdie probleem
  • 20 views
  • Laaste antwoord deur 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

Gekose oplossing

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; }
Lees dié antwoord in konteks 👍 2

All Replies (2)

more options

Gekose oplossing

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