[help] some userchrome editing..


Recommended Posts

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

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

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.