»Q« wrote:
On Sat, 30 Mar 2013 15:45:18 -0700
Rufus <[email protected]> wrote:

»Q« wrote:
On Fri, 29 Mar 2013 18:57:23 -1000
Geoff Welsh <[email protected]> wrote:

Philip Chee wrote:
On Fri, 29 Mar 2013 19:53:07 -0700, Rufus wrote:
Geoff Welsh wrote:

...after a second look...it seems you can't do that
anymore...because that folder is now built into the system like
Unsorted Bookmarks.  Which wasn't the case prior to SM 2.x.x.

So you're stuck with it.

You can drag the "personal toolbar items" widget off the toolbar
and into the customize palette.

I never asked anything about toolbars, Phil, I wanted to delete
stuff I don't use from the Bookmarks dropdown list.  It should be
possible in the BM but isn't.

IIUC, those 'folders' are just database queries which aren't
performed unless you click on them, so there's not anything to
delete.

If you don't want to see them in the drop-down, userChrome.css will
do it. E.g,

    #unsortedBookmarksFolderMenu { display: none ! important; }

...no joy.  But if there really is a way to make this work using CSS,
I'm listening!

To troubleshoot your userChrome.css, I'd need a copy of it.


As below...

/*
 * Edit this file and copy it as userChrome.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*
* Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";); /* set default namespace to XUL */

scrollbarbutton {
   width: 15px;
   height: 10px;
   max-width: 20px;
   max-height: 10px;
   background-size: contain;
}

slider {
   background-size: contain;
}

thumb {
   background-size: contain;
}

#unsortedBookmarksFolderMenu {
   display: none ! important;
}

/*
 * Some possible accessibility enhancements:
 */
/*
 * Make all the default font sizes 20 pt:
 *
 * * {
 *   font-size: 20pt !important
 * }
 */
/*
 * Make menu items in particular 15 pt instead of the default size:
 *
 * menupopup > * {
 *   font-size: 15pt !important
 * }
 */
/*
 * Give the Location (URL) Bar a fixed-width font
 *
 * #urlbar {
 *    font-family: monospace !important;
 * }
 */

/*
 * Eliminate the throbber and its annoying movement:
 *
 * #throbber-box {
 *   display: none !important;
 * }
 */

/*
 * For more examples see http://www.mozilla.org/unix/customizing.html
 */


--
     - Rufus
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to