From 07a67a7ab041ac594e12abcd6b814d21df59da87 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 14 Dec 2014 12:45:15 -0800 Subject: Remove the custom scrollbar styling IMO the default styling looks a lot better, at least on OSX --- pages/options.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pages/options.html b/pages/options.html index b52974d6..acb26aab 100644 --- a/pages/options.html +++ b/pages/options.html @@ -176,18 +176,6 @@ color: #444; width: 100% } - #exclusionScrollBox::-webkit-scrollbar { - width: 12px; - } - #exclusionScrollBox::-webkit-scrollbar-track { - -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); - border-radius: 2px; - } - - #exclusionScrollBox::-webkit-scrollbar-thumb { - border-radius: 2px; - -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); - } #exclusionRules { width: 100%; } -- cgit v1.2.3