Knopgroep Sluiten-Vorig formaat-Minimaliseren te klein bij F11 (Firefox 8), bij Niet F11 is het ok. Hoe instellen ?
Probleem met werkbalk in Firefox 8 -de knoppen(groep) "Minimaliseren", "Vorig formaat" "Sluiten" is te klein, waardoor klikken erop niet comfortabel is. Deze worden in een zeer klein formaat weergegeven in de schermtoestand "Volledig scherm" (F11). Bij NIET-volledig scherm is het ok. Hoe kan ik dit instellen ? Dank bij voorbaat, ra54
Modified
Chosen solution
You're welcome
Read this answer in context 👍 0All Replies (4)
Add code to userChrome.css 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.
You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.
- ChromEdit Plus: http://webdesigns.ms11.net/chromeditp.html
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ #window-controls .toolbarbutton-icon { width:25px; height:25px; }
Codes wijzigen of toevoegen heb ik geen ervaring mee. Het kan toch niet de bedoeling zijn alleen deze 3 knoppen extra klein te maken, en de andere 4 x groter ?? (vergelijk met knop "home"). Ik heb 2 afbeeldingen toegevoegd. mgv ra54
Modified
Yet tried. I did not have a "userChrome.css". After more searching I realized that there is no folder named "userChrome.css" was present. But then "ChromEdit Plus version 2.9.8 'done, and it's ok. The pixels have to put 40 px and OK. Thanks @ cor-el mgv ra54.
Chosen Solution
You're welcome