Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Can I change the theme of the bookmarks menu?

  • 6 отговора
  • 2 имат този проблем
  • 13 изгледи
  • Последен отговор от 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.