Comment 15 for bug 532798

Revision history for this message
Jay S (topdownjimmy) wrote :

In the meantime, I've added these lines to Firefox's userChrome.css to solve this issue:

toolbarbutton.bookmark-item > .toolbarbutton-text {
  color: #dfdbd2;
}

toolbarbutton.bookmark-item:hover > .toolbarbutton-text {
  color: #4c4c4c;
}