From 87933b347c8d97c8867b3b4099b0f2d76cb221eb Mon Sep 17 00:00:00 2001 From: Caleb Spare Date: Mon, 20 Aug 2012 03:30:08 -0700 Subject: [Options] Get rid of the scroll overlay effect. This just doesn't look good with the hint text on the right. --- options/options.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/options/options.html b/options/options.html index e0b3d33d..99762fc7 100644 --- a/options/options.html +++ b/options/options.html @@ -26,10 +26,6 @@ border-bottom: 1px solid #eee; padding: 20px 0 15px 0; width: 495px; - position: fixed; - top: 0; - background-image: -webkit-linear-gradient(white, white 40%, rgba(255, 255, 255, 0.92)); - z-index: 2; } button { -webkit-user-select: none; @@ -86,7 +82,6 @@ } table { position: relative; - margin-top: 60px; border-spacing: 0 25px; } #optionsTableWrapper { -- cgit v1.2.3