Skip to content

Commit 56efda9

Browse files
committed
Merge branch 'triforce-master'
2 parents 9f331cb + 489e1e2 commit 56efda9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

css/main.css

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,21 @@ body {
3232
text-align: center;
3333
}
3434
.plugin ::-webkit-scrollbar {
35-
width: 5px;
36-
}
37-
.plugin ::-webkit-scrollbar-button {
3835
width: 8px;
39-
height:5px;
36+
height: 8px;
4037
}
4138
.plugin ::-webkit-scrollbar-track {
42-
background:#eee;
39+
background: #eee;
4340
border: thin solid lightgray;
4441
box-shadow: 0px 0px 3px #dfdfdf inset;
45-
border-radius:10px;
4642
}
4743
.plugin ::-webkit-scrollbar-thumb {
4844
background: #999;
4945
border: thin solid gray;
50-
border-radius:10px;
46+
border-radius: 0px;
5147
}
5248
.plugin ::-webkit-scrollbar-thumb:hover {
53-
background:#7d7d7d;
49+
background: #7d7d7d;
5450
}
5551
.centered {
5652
margin: 0 auto;

0 commit comments

Comments
 (0)