Merge pull request #4 from b3log/master
Make the scrollbar more pretty in modern browsers.
This commit is contained in:
commit
be511d4e90
@ -524,4 +524,18 @@ nav ul ul {
|
|||||||
padding : 10px;
|
padding : 10px;
|
||||||
margin-bottom : 25px;
|
margin-bottom : 25px;
|
||||||
width : 531px;
|
width : 531px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Scrollbar */
|
||||||
|
::-webkit-scrollbar {
|
||||||
|
width: 6px;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-track {
|
||||||
|
background-color: #bbb;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
::-webkit-scrollbar-thumb:hover {
|
||||||
|
background-color: #888;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user