Skip to content

Commit ae888ee

Browse files
authored
Merge pull request #1 from CodeHimBlog/CodeHimBlog-patch-1
Update jside-menu.css
2 parents 767e43c + 17efa3d commit ae888ee

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

css/jside-menu.css

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ body{
2727
-moz-osx-font-smoothing: grayscale;
2828

2929
}
30+
html{
31+
-webkit-font-smoothing: antialiased;}
32+
3033
:root{
3134
--skin-hover: rgba(0, 0, 0, 0.1);
32-
--skin-color: rgba(255, 255, 255, 0.9);
35+
--skin-color: rgba(255, 255, 255, 0.7);
3336
}
3437
.default-skin{
3538
font-family: 'Helvetica Neue';
@@ -104,6 +107,23 @@ body{
104107
top: 120px;
105108

106109
}
110+
111+
.menu-container::-webkit-scrollbar {
112+
width: 10px;
113+
}
114+
115+
.menu-container::-webkit-scrollbar-track {
116+
background: #f1f1f1;
117+
}
118+
119+
.menu-container::-webkit-scrollbar-thumb {
120+
background: #888;
121+
}
122+
123+
.menu-container::-webkit-scrollbar-thumb:hover {
124+
background: #555;
125+
}
126+
107127
.position-left{
108128
left: -270px;
109129
}

0 commit comments

Comments
 (0)