3 /* Let's get this party started */
10 ::-webkit-scrollbar-track {
11 -webkit-box-shadow: inset
0 0 6px rgba(
0,
0,
0,
0.3);
12 -webkit-border-radius:
10px;
17 ::-webkit-scrollbar-thumb {
18 -webkit-border-radius:
10px;
20 background: rgba(
255,
0,
0,
0.8);
21 -webkit-box-shadow: inset
0 0 6px rgba(
0,
0,
0,
0.5);
23 ::-webkit-scrollbar:window-inactive {
27 ::-webkit-scrollbar-thumb:window-inactive {
28 background: rgba(
255,
0,
0,
0.4);
29 -webkit-border-radius:
1px;
30 -webkit-box-shadow: inset
0 0 1px rgba(
255,
250,
0,
0.5);
46 document
.body
.offsetTop
;
47 // setWindowIsKey shall set the focus of the window.
48 if (window
.testRunner
)
49 window
.testRunner
.setWindowIsKey(false);