搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can I change the theme of the bookmarks menu?

  • 6 个回答
  • 2 人有此问题
  • 37 次查看
  • 最后回复者为 ecoalex1

more options

Can I change the theme of the drab gray bookmarks menu? How?

I had a small image of the booksmarks menu, but your server won't load it.

     Thanks
Can I change the theme of the drab gray bookmarks menu? How? I had a small image of the booksmarks menu, but your server won't load it. Thanks

被采纳的解决方案

This thread shows how you can style the highlight bar which shows the current selection: How do I change the color used to highlight menu choices?

定位到答案原位置 👍 1

所有回复 (6)

more options

https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem

It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
Then use the Browse .... button below the Post a Reply text box to upload the screenshot.
more options

The file was a screenshot 87 kbs 283x484 , a .png file. I made the image tiny it now is indecerable but it did load.

Getting back to my question.....Can the theme (drab Gray) of the bookmarks menu be changed?

more options

So...Getting back to my question.....Can the theme (drab Gray) of the bookmarks menu be changed?

Anyone?

more options

Maybe there's an add-on for this? But if not...

You can use custom style rules to modify the appearance of many parts of Firefox's user interface. Here's an example of a custom style rule applied using the Stylish extension's preview feature (see attached screen shot).

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#bookmarksMenuPopup, #bookmarksMenuPopup menupopup {
  -moz-appearance: none !important;
  background-color: rgb(255, 255, 204) !important; /* Pale yellow background*/
}
#bookmarksMenuPopup menu, #bookmarksMenuPopup menuitem {
  color: rgb(0, 0, 255) !important; /* Blue text */
  font-weight: bold !important; /* Bold text */  
}

I'm not saying that's pretty, but it's possible. You will need to be guided by your own color sense.

References:

  • If you don't want any more extensions, you can apply custom style rules to the UI by creating or editing a userChrome.css file.

See http://kb.mozillazine.org/userChrome.css

  • To get color codes, you can use: http://www.visibone.com/colorlab/ There also are sites that show colors which coordinate well together if you can't find a combination you like.
more options

选择的解决方案

This thread shows how you can style the highlight bar which shows the current selection: How do I change the color used to highlight menu choices?

more options

Thanks jscher 2000, I believe I will try some styl'n na.