pcw Posted June 15, 2005 Share Posted June 15, 2005 Okay I've got a couple of questions that hopefully somebody here can answer :) First of I want to change the text color of the hovered state on the bookmarks toolbar folders. I know how to change the non-hovered state of them with this line: #personal-bookmarks label {color: grey !important;} I tried putting in ":hover" after label but that didn't work. Secondly I'm wondering if it's possible to change the text color of all buttons? Right now my buttons come in a black color (due to my visual style) and the text color of the buttons are black so they are hardly visible. TIA Peter Link to comment Share on other sites More sharing options...
CoolCatBad Posted June 16, 2005 Share Posted June 16, 2005 This will change text color of buttons, insert your color name for xxxxxxx toolbarbutton { color: #xxxxxx !important; } You might also need to change menu title color, which would make it menubar > menu, toolbarbutton { color: #xxxxxx !important; } Link to comment Share on other sites More sharing options...
Recommended Posts