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

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     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