From cbeacec52a39c46c8ebd6c60563fe63e58ac9ff6 Mon Sep 17 00:00:00 2001 From: Devin Rhode Date: Thu, 26 Apr 2012 15:09:57 -0700 Subject: [PATCH] @Guille, I measured the hover color, 0.04 alpha off. LOLZ --- antiscroll.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/antiscroll.css b/antiscroll.css index dae1369..0dd3b27 100644 --- a/antiscroll.css +++ b/antiscroll.css @@ -5,8 +5,8 @@ } .antiscroll-scrollbar { - background: #747474; - background: rgba(0, 0, 0, 0.54); + background: gray; + background: rgba(0, 0, 0, 0.5); -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;