From ef530abbd04b190f6761a96906093dad6e60ff3b Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Wed, 16 Oct 2013 19:35:13 +0300 Subject: [PATCH] Change chrome scrollbar color only for editor. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 17827d76..731443a8 100755 --- a/css/style.css +++ b/css/style.css @@ -1,4 +1,4 @@ -::-webkit-scrollbar-thumb { +#editor ::-webkit-scrollbar-thumb { background-color: #fff; }