Bloodwork Posted September 6, 2005 Share Posted September 6, 2005 Is there a code to put in userchrome to make all button text white? It's currently black and unreadable... Link to comment Share on other sites More sharing options...
IceDogg Posted September 6, 2005 Share Posted September 6, 2005 /* change color of all text in menus and toolbars */ menubar > menu, toolbar, toolbar > .toolbarbutton-text, .toolbarbutton-text, #nav-bar > .toolbarbutton-1, .toolbarbutton-menubutton-button > .toolbarbutton-text, .toolbarbutton-1 > .toolbarbutton-text, toolbarbutton.bookmark-item, #bookmarks-toolbox, menubutton, menulist, menu, menuitem, toolbar, tree, tooltip, sidebarheader, #CustomizeToolbarWindow, #main-box, palette-box, #wrapper-tabextensions-tablist-button, wrapper-tabextensions-labelTabSession-button { color: #FFFFFF !important; font-weight: normal; font-family: Calligrapher !important; } Found here Lots of other good codes there too. hope this helps. Edit: I assume by buttons you mean toolbar buttons and such. If not please explain more. Link to comment Share on other sites More sharing options...
Recommended Posts