aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Spare2012-08-20 03:30:08 -0700
committerCaleb Spare2012-08-20 04:11:08 -0700
commit87933b347c8d97c8867b3b4099b0f2d76cb221eb (patch)
treea87a8feea16f865f544a8c63cb27863daee038ff
parent73f9ce8bf6d97f5605611d531500220baf1864ed (diff)
downloadvimium-87933b347c8d97c8867b3b4099b0f2d76cb221eb.tar.bz2
[Options] Get rid of the scroll overlay effect.
This just doesn't look good with the hint text on the right.
-rw-r--r--options/options.html5
1 files changed, 0 insertions, 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 {