browser/themes/osx/devtools/floating-scrollbars.css

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     1 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
     3 scrollbar {
     4   -moz-appearance: none;
     5   position: relative;
     6   background-color: transparent;
     7   background-image: none;
     8   border: 0px solid transparent;
     9   z-index: 2147483647;
    10   -moz-box-align: start;
    11   padding: 2px;
    12 }
    14 scrollbar[orient="vertical"] {
    15   -moz-margin-start: -8px;
    16   min-width: 8px;
    17   max-width: 8px;
    18 }
    20 scrollbar[orient="horizontal"] {
    21   margin-top: -8px;
    22   min-height: 8px;
    23   max-height: 8px;
    24 }
    26 thumb {
    27   -moz-appearance: none !important;
    28   background-color: rgba(0,0,0,0.2);
    29   border-radius: 3px;
    30 }

mercurial