From 53af796f176fcbacd7a3a7413bb6b962ed0e8be3 Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 12 Sep 2012 15:43:14 +0800 Subject: [PATCH] Update owmx-3.0/css/owmx-3.0.css make the scrollbar more pretty in modern browsers. --- owmx-3.0/css/owmx-3.0.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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