Skip to content

Commit c68b777

Browse files
committed
Update simple scrollbar styles
1 parent 4f4df8e commit c68b777

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

addon/scroll/simplescrollbars.css

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
.CodeMirror-simplescroll-horizontal {
1717
bottom: 0; left: 0;
18-
height: 8px;
18+
height: 6px;
1919
}
2020
.CodeMirror-simplescroll-horizontal div {
2121
bottom: 0;
@@ -24,7 +24,7 @@
2424

2525
.CodeMirror-simplescroll-vertical {
2626
right: 0; top: 0;
27-
width: 8px;
27+
width: 6px;
2828
}
2929
.CodeMirror-simplescroll-vertical div {
3030
right: 0;
@@ -38,8 +38,9 @@
3838

3939
.CodeMirror-overlayscroll-horizontal div, .CodeMirror-overlayscroll-vertical div {
4040
position: absolute;
41-
background: #bcd;
42-
border-radius: 3px;
41+
background: #ccc;
42+
border-radius: 7px;
43+
border: 2px solid #222;
4344
}
4445

4546
.CodeMirror-overlayscroll-horizontal, .CodeMirror-overlayscroll-vertical {
@@ -49,16 +50,16 @@
4950

5051
.CodeMirror-overlayscroll-horizontal {
5152
bottom: 0; left: 0;
52-
height: 6px;
53+
height: 10px;
5354
}
5455
.CodeMirror-overlayscroll-horizontal div {
5556
bottom: 0;
5657
height: 100%;
5758
}
5859

5960
.CodeMirror-overlayscroll-vertical {
60-
right: 0; top: 0;
61-
width: 6px;
61+
right: 0px; top: 0px;
62+
width: 10px;
6263
}
6364
.CodeMirror-overlayscroll-vertical div {
6465
right: 0;

0 commit comments

Comments
 (0)