»Q« wrote:
On Fri, 19 Apr 2013 11:37:13 -0700
Rufus <n...@home.com> wrote:

Peter Nieman wrote:
On 18/04/13 20:51, Rufus wrote:
Rufus wrote:
Peter Nieman wrote:
On 18/04/13 02:55, Rufus wrote:
I've gotten one .css mod to work for me - fixing the narrow
scroll bar in the Sidebar.  That's working great, but I haven't
been able to get the recently posted one to remove unwanted
Bookmarks Menu entries to do
anything at all.

The following in userChrome.css eventually worked for me:

menu[label="Bookmarks Toolbar"],
menu[label="Unsorted Bookmarks"]
{
display: none !important;
}

Doesn't remove the superfluous separator, though.

pn

Thanks - I'll try this, but omitting the removal of the Bookmarks
Toolbar - I use that but try and hold it to half a dozen or so
entries. Retaining the separator will be ok for me in that case.


....no joy...didn't work.  Could that be because my Unsorted
Bookmarks are empty, or that I placed it at the wrong point in my
userChome.css?


I doubt that that could be the cause. My Unsorted Bookmarks are
empty too. Maybe it only works on Linux?

By the way, I have these lines at the top of my userChrome.css
(without the line breaks):

/*
   * 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 */


I have the same.

That's the way it should be.

Still puzzles me that I can have one fix/addition working and another
one doesn't.

There are too many possibilities for me to hazard a guess;  there's no
way to troubleshoot a css file without seeing it.  In case there's a
syntax problem somewhere, running the file through w3c's css validator
might provide clues for you.


Here's what it looks like, minus the comment lines -

@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;
}

menu[label="Unsorted Bookmarks"]

{

display: none !important;

}



--
     - Rufus
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to