how do i increase the size of icons in the toolbars
how do i increase the size of the icons in the tool bars
ప్రత్యుత్తరాలన్నీ (1)
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 */ #nav-bar toolbarbutton > .toolbarbutton-icon, #personal-bookmarks .bookmark-item > .toolbarbutton-icon { height: 32px !important; width: 32px !important; }