Update owmx-3.0/css/owmx-3.0.css
make the scrollbar more pretty in modern browsers.
This commit is contained in:
parent
726ea9432f
commit
53af796f17
@ -525,3 +525,17 @@ nav ul ul {
|
||||
margin-bottom : 25px;
|
||||
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