How do I customize the background color of the Bookmarks Drop Down Menu?

The drop down bookmark menu is a very light grey and the highlighting is also very light and hard to see. Where in about:config can I change these colors.
Also is there a way to bold certain bookmark items in the bookmark menu?
I'm using ver. 19.02

''bmail wrote:''
I appreciate the amount of time you put into typing up the example and I'm sure the example is great, but again...I have no idea how to use it or where to put it.
You were supposed to install [https://addons.mozilla.org/firefox/addon/stylish/ the Stylish extension]. Once installed, there's a new category in the Add-ons Manager called User Styles. In that category, there's a button labeled Write New Style which opens a window where you can paste or write CSS code; click the Preview button to see what how your style affects the interface or a web page, or the Save button to keep it.
Styles in the userChrome.css file cannot be previewed, and any changes only take effect after restarting Firefox. Since the ChromeEdit Plus extension simply allows you to edit that file, presumably it has the same limitations.
Anyway...
''bmail wrote:''
What code would I need to have all the sub menus be the same background color as the main bookmark menu?
<pre><nowiki>/* Menu bar bookmarks menu background */
#bookmarksMenuPopup hbox {
background: silver !important;
}</nowiki></pre>
Note that you can replace '''silver''' with another named color, or an RGB color value.
* https://developer.mozilla.org/en-US/docs/CSS/color_value
''bmail wrote:''
What code would I use to change the highlight color that you see as your cursor hovers over the menu items?
I wrestled with this one for a while, but I couldn't get it to work, and I gave up due to time constraints. Again, I suggest you head over to the userstyles.org forum and ask there.
* http://forum.userstyles.org
''bmail wrote:''
How do I designate what menu items I want in bold face?
The relevant bit of information is the bookmark or folder name. Note the value of the label attribute in the above example (the stuff between quotation marks); that's how you show the Recently Bookmarked folder in bold text. You can combine several selectors (the stuff before the first { character) into one by separating them with a comma, like so:
<pre><nowiki>#bookmarksMenuPopup menu[label="Some folder"],
#bookmarksMenuPopup menu[label="A different folder"],
#bookmarksMenuPopup menuitem[label="This one's a bookmark"],
#bookmarksMenuPopup menuitem[label="Some other bookmark"],
#bookmarksMenuPopup menu[label="Yet another folder"] {
font-weight: bold !important;
}</nowiki></pre>
You're welcome.

Similar Messages

  • How can I change the background color in the inbox?

    The background color in my inbox (well, all mailboxes) is white. A yellow background would make the existing black text a lot easier to read. How can I change the background color in the inbox?

    Themes work in Thunderbird - duggabe was not refering to Firefox.
    Another useful addon is theme and font changer:
    * https://addons.mozilla.org/fr/thunderbird/addon/theme-font-size-changer/
    However, Thunderbird allows you to modify all sorts of things.
    Make hidden files and folders visible:
    * http://kb.mozillazine.org/Show_hidden_files_and_folders
    Help > Troubleshooting Information
    Click on 'show Folder' button
    a window opens shwoing profile folder name
    Close Thunderbird now - this is important
    In the profile name folder, Create a new folder called '''chrome''' - note the spelling
    It should be in the same place as the 'Mail' folder.
    see first image below.
    Open Notepad
    Can be located : Start > Programs > accessories
    Copy everything shown between the lines below.
    Paste into Notepad.
    Save as '''userChrome.css''' - note the spelling (edit updated - this was a typo error)
    This should be saved in the '''chrome''' folder.
    see second image below.
    Restart Thunderbird.
    I have chosen a yellow for you
    <pre>
    #f6f58c = a yellow....it is a hex code for a colour.
    </pre>
    You can change it if required. Remember when updating anything in the profile folders, you must close Thunderbird first.
    More info on colours.
    * http://www.yourhtmlsource.com/stylesheets/namedcolours.html
    <pre>
    * Do not remove the @namespace line -- it's required for correct functioning
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    /*Background colour for message list*/
    #threadTree > treechildren::-moz-tree-row {
    background-color: #f6f58c !important;
    </pre>
    -------------------------------------------

  • The new operating system changed the background color of the photos app from black to white.  How do I change the color back to black?

    The new operating system (IOS 7) changed the background color of the Photos App (Camera Roll) from black to white.  How do I change the color back to black?

    You can't. Sorry.
    http://www.apple.com/feedback/
    You can tell apple that you'd like it and see if they respond....eventually. (you don't get responses from your feedback mails but they have been known to issue changes that users have asked for, such as the ability to mass delete apps)

  • How do I change the background color of the pages?

    I have been having trouble finding how to change the background color of the pages. I would prefer a black background.
    thanks

    Do you  know how to edit the template?   If not  simply  choose a rectangle shape, change colour to Black and using ARRANGE, send to back and  bring forward till it replaces whatever is there.
    The best way is to  pull down the book slide to reveal the Layout - which shows you the chapters and section etc  which make up a template.  You have to  use the same procedure on ever page from the template you intend to  use.
    In the Template Layout, select  your page. Click on whatever your background colour is...IF its unlocked you see the  square pull handles in corners - now simply select Black and it should change the colour - if not and its unlocked, it  may be a black image, in which case delete it, Insert a new rectangle, pull to  fit the  page and change colour to  black. It should now be hiding  the other content, ARRANGE > Send to Back and it should sit  behind all your content. Now go back to arrange and LOCK.
    You should see a red marker on  the left with whatever page you are editing "Save Changes" click it and its done... repeat on all other pages.

  • How do I change to background color in the open tabs; currently grey with black text, hard to read.

    In FF 4.0 can I change the background color of the open tabs. Currently it is grey with black type. A lighter background would be easier to read.
    Thanks, TJH

    Download this addon: https://addons.mozilla.org/en-us/firefox/addon/stratiform/ It allows you change the color of the tabs, plus many other options.

  • Change the background color of a particular word without changing the background color of the rest of the text in a textbox

    Hello,
    I'm designing my own website and want to know how to change the background color of a particular word without changing the background color of the rest of the text in a textbox. If i can't do this, how can I create a Table, similar to Excel with iWeb?
    Thank you very much!
    Roger.

    If i can't do this, how can I create a Table, similar to Excel with iWeb?
    Read this :
         Create and add a TABLE in iWeb »
         More about a TABLE in iWeb »
         Sample 1
         Sample 2

  • Help setting the background color in the browser

    I’m setting up my web pages to be 960 x 600 pixels (or possibly 960 x 660).  How do I define a background color for the overflow in case people are viewing on higher than 1024 x 768 resolution -  right now everything outside of my webpage shows up as the default white.
    Thanks

    Use CSS.
    body { background-color:heliotrope; }

  • Changing the background color of the row of the selected cell in table view

    How can I change the background color of the table row when user clicks on table cell in table view?
    Edited by: a_brar on May 5, 2012 11:12 PM

    You could apply the following css style (by defining a custom stylsheet with the following lines and loading it into your app).
    The last color sets the background color of the selected row while the table-view has focus (in this case to orange).
    .table-view:focused .table-row-cell:filled:focused:selected {
        -fx-background-color: -fx-focus-color, -fx-cell-focus-inner-border, orange;
    }There are quite a lot of subtleties in the css styling for the tableview (e.g. different colors for the selected row when the control has focus vs when it doesn't or when the user hovers over a selected row in an unfocussed tableview), which you may want to cater for when chaning the background color of the selected row in a table view. There is also alternate styling for when the tableview is in row selection vs cell selection mode. So you may want to look at customizing further based on the css styles in caspian.css in sdk/rt/lib/jfxrt.jar if you can understand the complex css there.

  • Changing the background color of the Modern interface of an user

    Hi
    How do I change the background color
    of the Modern interface of an user in
    Windows 8.1 Update 1?
    Thanks
    Bye
    Balubeto

    Hi,
    Just switch to the start screen, then move the mouse to the right side, click the "Settings" bar, then click "Personalize", then choose a colour you want.
    Add: you can also refer to this link to change the colour by editing registry
    http://www.eightforums.com/tutorials/29573-color-background-accent-force-windows-8-1-a.html
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Hi there, I want to change the background-color of the browser, when a popup-picture is shown. This picture pops up by clicking a hyperlink in the text...can anyone help me please...thanks a lot

    Hi there, I want to change the background-color of the browser, when a popup-picture is shown. This picture pops up by clicking a hyperlink in the text...can anyone help me please...thanks a lot

    Hi,
    CSS is interpreted by your browser, so server cache seems unlikely in htis case. There is however some hierarchy in CSS, so parts of the APEX CSS, theme CSS or page CSS might overwright or block yours.
    Does changing the CSS on runtime affect your page? Eg, run the following in your browser console and see if your page turns black: $('#uBodyContainer').css("background-color","black")
    Also try moving up your css in the hierarchy labeling it as important:
    div#uBodyContainer { 
      background-color:#000000 !important;  
    See:Assigning property values, Cascading, and Inheritance
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

  • Can I change the order of lines in a drop-down menu?

    Can I change the order of items on a drop-down menu? Specifically, the "open" menu that comes up when I right-click on a link.
    Putting "open in new tab" on top of "in new window" makes sense, of course, since it is used more often. But I do a lot of surfing, and had the old position in muscle memory. Re-training my brain to click on the first line instead of the second is taking a long time, and makes me grumbly.
    I'd love to put it back to the old order. Can I? and, if so, how do I do it? (Please give me detailed instructions, IOW, please assume I am a complete simpleton, because sometimes I am.)
    HP G62 w/ Win 7 home premium. If it matters, it's 64-bit.
    And my old desktop, which has, yech, Vista. (I haven't upgraded it to F4 yet.)
    Thanks,
    Roo

    Where is that drop-down list, on a webpage?
    Please provide a screenshot of that issue. <br />
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem <br />
    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.

  • My unsorted bookmarks folder does not appear in the bookmarks drop down menu.

    My unsorted bookmarks folder does not appear in the bookmarks drop down menu. I can only reach it though Organize Bookmarks function. How do I get it into the bookmarks tree?

    Unsorted Bookmarks Folder Menu: https://addons.mozilla.org/firefox/addon/7269/

  • In firefox 4, bookmarks drop down menu dissapeared next to the home buttom, but appears to be there when customizing, when clicking done, is dissapears

    My bookmark drop down menu disappeared next to the home button on firefox 4. When I right click customize, the bookmark drop down appears on menu bar, but when clicking done, it's gone again. I went into customize and removed it then put it back. When clicking done, it is gone again and will not appear. It happened when I click tools, options, tabs, and uncheck open new windows in a new tab, then clicked ok

    I had this same problem, using Ubuntu 11.04, here is the solution, pretty simple after trying 800 things to find the solution. Go to your addons, disable the addon called "global menu bar integration", then if your menubar is still viewable, disable it, and then you can see the drop down menu for your bookmarks. If you don't have Ubuntu then you just need to disable your menubar directly (the one with File, Edit, View, etc).

  • How can i programmatically add a text in a combobox drop down menu ?

    How can i programmatically add a text in a combobox drop down menu ? Can it be possible using any property node?

    You've posted to the wrong forum. Please post to the LabVIEW board.

  • A box with a blue outline appeared in my bookmark drop-down menu. I can't get rid of it, and it obstructs the view of the bookmarks as I scroll up or down. Help!

    I was trying to bookmark a page, using the "Choose" menu in the bookmarks. I must have touched a key by accident, and a box with a blue outline & the name of one of my folders appeared in my bookmark drop-down menu. At first the box contained the folder name, then I was trying to delete the box, and erase the name, thinking it might get rid of the box, but it didn't. I can't get rid of this box! It obstructs the view of what is underneath. It stays in the same position as I scroll up & down in the drop-down menu, and it hides what is underneath. Please help me get rid of this box. It is driving me crazy! Thanks!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for

  • Firefox doesn't close when I'm trying to close it and links fail to complete.

    I'm on Windows Vista Home Premium on a Dell Inspiron. When I first log into Firefox, it will come up (slowly), but if I try to go to a linked site, it seems to balk, and looks like it is partially connecting, but the connection doesn't actually take.

  • Work flow in FI config

    Hi SAP gurus, I am looking for the document on workflow config node available in finance. The path is SAP Customizing Implementation Guide > Financial Accounting (New)  > Accounts Receivable and Accounts Payable > Business Transactions > Incoming Inv

  • Question reg. modifying latest record in internal table

    Can you tell me if it is possible to modify the last appended record to the internal table? I just want to modify the record in the internal table which is appended at the latest. Please tell me the logic for this. Thanks a lot, Krishen

  • InDesign Form Exported Looks Different in Acrobat

    I am trying to keep my form elements looking the same in Acrobat as they do in the InDesign doc that created them. The fields and radio buttons are showing a bluish purple tint when they should be white. Also the radio buttons are larger in Acrobat t

  • Problem opening pdf of my bank statement using IM 9

    Has anyone else had this problem?  Since installing Internet Explorer 9 my Adobe reader will not open the PDF file for my bank statement.  Thanks