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

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.

Nice way of testing. :)
http://www.triffids.de/pub/screenshot/va130415.png

Hartmut, lurking



...ok, I had to fish, but I found the site and pasted this from my userChrome.css into it -

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

}


It validates, but does not work.  So...

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

Reply via email to