From f5112865aa01d88a0a3474f65d73fc7613fd5fc7 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 24 Jan 2013 17:17:41 +0100 Subject: [PATCH] scrollbar border fix --- chromesoul.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chromesoul.css b/chromesoul.css index c60cc7d..e8499e8 100644 --- a/chromesoul.css +++ b/chromesoul.css @@ -253,7 +253,6 @@ body { } ::-webkit-scrollbar-track { - /*background-color: #e4e4e4;*/ background-color: transparent; } @@ -264,8 +263,7 @@ body { ::-webkit-scrollbar-thumb { height: 40px; background-color: #347db0; - border-left: 1px solid #e4e4e4; - border-right: 1px solid #e4e4e4; + border: 1px solid #e4e4e4; } ::-webkit-resizer {