We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f331cb + 489e1e2 commit 56efda9Copy full SHA for 56efda9
css/main.css
@@ -32,25 +32,21 @@ body {
32
text-align: center;
33
}
34
.plugin ::-webkit-scrollbar {
35
- width: 5px;
36
-}
37
-.plugin ::-webkit-scrollbar-button {
38
width: 8px;
39
- height:5px;
+ height: 8px;
40
41
.plugin ::-webkit-scrollbar-track {
42
- background:#eee;
+ background: #eee;
43
border: thin solid lightgray;
44
box-shadow: 0px 0px 3px #dfdfdf inset;
45
- border-radius:10px;
46
47
.plugin ::-webkit-scrollbar-thumb {
48
background: #999;
49
border: thin solid gray;
50
+ border-radius: 0px;
51
52
.plugin ::-webkit-scrollbar-thumb:hover {
53
- background:#7d7d7d;
+ background: #7d7d7d;
54
55
.centered {
56
margin: 0 auto;
0 commit comments