UNPKG
docpress-base
Version:
latest (0.8.0)
0.8.0
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.10
0.6.5
0.6.4
0.6.2
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
0.5.0
0.4.0
0.3.1
0.2.0
0.1.0
Base theme for Docpress.
github.com/docpress/docpress-base
docpress/docpress-base
docpress-base
/
css
/
components
/
toc-menu-scrollbar.styl
19 lines
(13 loc)
•
292 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//
// Custom scrollbars
//
.toc-menu
&
::
-webkit-scrollbar
width
:
4px
&
::
-webkit-scrollbar-thumb
background
:
transparent
border-radius
:
4px
&
:hover
::
-webkit-scrollbar-thumb
background
:
rgba
(
#888
, .
4
)
&
:hover
::
-webkit-scrollbar-track
background
:
rgba
(
#888
, .
1
)