summaryrefslogtreecommitdiffstats
path: root/.conkerorrc/themes/yoshi/conkeror--scrollbars.css
blob: 0f70e96f020e31370cb215adc7ed71ee8e89676e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* The "background" behind the scrolling part of the scrollbar. */
scrollbar {
    background-color: #222;
}

/* corner between horizontal and vertical scrollbars */
scrollcorner {
    background-color: black;
}

/* The scroll up/down buttons. */
scrollbarbutton {
    background-color: #666;
}

/* The actual scrolling part of the scrollbar. */
thumb {
    background-color: #666;
}

thumb, scrollbarbutton {
    -moz-border-bottom-colors: #000 #333;
    -moz-border-left-colors: #aaa #888;
    -moz-border-right-colors: #000 #333;
    -moz-border-top-colors: #aaa #888;
}

scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
    -moz-border-bottom-colors: #aaa #888;
    -moz-border-left-colors: #000 #333;
    -moz-border-right-colors: #aaa #888;
    -moz-border-top-colors: #000 #333;
}