css scoping, false dimensions of <tree>s and urlbar space
[themes.git] / LCARStrek / global / skin / scrollbox.css
1 /*
2  * Autorepeatbutton
3  */
4 .autorepeatbutton-up {
5     list-style-image      : url("chrome://global/skin/scroll-up.gif")
6 }
7
8 .autorepeatbutton-down {
9     list-style-image      : url("chrome://global/skin/scroll-down.gif")
10 }
11
12 autorepeatbutton {
13     margin                : 1px 2px 2px 1px;
14 /*    border                : 1px solid transparent; */
15     padding               : 1px;
16     height                : 1em;  
17     text-align            : center;
18     vertical-align        : middle;
19 }
20
21 autorepeatbutton:hover {
22     background-color      : #FFCF00;
23     color                 : black;
24     margin                : 1px;
25 /*    border                : 1px inset #CCD0DD; */
26     padding               : 2px 1px 1px 2px;
27 }
28
29