From 56f46c548faa5c34589c8daf45f2521d9a9b77b7 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Sun, 5 Aug 2012 15:35:08 -0700 Subject: [PATCH] Decrease scrollbar size to 8 pixels --- static/linux.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/linux.css b/static/linux.css index d300a73a1..183353821 100644 --- a/static/linux.css +++ b/static/linux.css @@ -3,11 +3,11 @@ } ::-webkit-scrollbar { - width: 10px; - height: 10px; + width: 8px; + height: 8px; } ::-webkit-scrollbar-thumb { -webkit-border-radius: 2px; background: rgba(150, 150, 150, .33); -} \ No newline at end of file +}