diff --git a/owmx-3.0/css/owmx-3.0.css b/owmx-3.0/css/owmx-3.0.css index 79a98e3..4b40e2c 100644 --- a/owmx-3.0/css/owmx-3.0.css +++ b/owmx-3.0/css/owmx-3.0.css @@ -524,4 +524,18 @@ nav ul ul { padding : 10px; 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; } \ No newline at end of file