diff options
| author | Phil Crosby | 2014-12-14 12:45:15 -0800 |
|---|---|---|
| committer | Phil Crosby | 2014-12-14 12:45:15 -0800 |
| commit | 07a67a7ab041ac594e12abcd6b814d21df59da87 (patch) | |
| tree | 36cac9258e8b6e9fdd5cf406524c120dd2a80fab | |
| parent | c698061e8ae7e9ec61a780c1ff0658f4f349a4a3 (diff) | |
| download | vimium-07a67a7ab041ac594e12abcd6b814d21df59da87.tar.bz2 | |
Remove the custom scrollbar styling
IMO the default styling looks a lot better, at least on OSX
| -rw-r--r-- | pages/options.html | 12 |
1 files changed, 0 insertions, 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%; } |
