SeaMonkey Browser FAQ
How do I style the bookmark label text?
userChrome.css code
.bookmark-item, toolbarbutton.bookmark-item > .toolbarbutton-text {
font-weight: normal !important;
font-style: italic !important;
font-size: 11px !important;
font-family: courier !important;
}
|