summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2014-08-07 15:34:34 +0300
committerAlon Levy <alon@pobox.com>2014-08-07 15:37:51 +0300
commit138fc3695eae4cb8f6649f0dfaad06b09b2ca01e (patch)
tree90d7b3d01ad81ae1c1f984405b8040cdc679df6f /style.css
parentf0519cc32f95294b3ffacbecd01ac71f05264e02 (diff)
buttons.js: don't recode JSON.stringify
Diffstat (limited to 'style.css')
-rw-r--r--style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/style.css b/style.css
index 4ee8ac9c..7e1314c6 100644
--- a/style.css
+++ b/style.css
@@ -450,7 +450,7 @@ input:focus {
-moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
-o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
- background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
+ background-image: -webkit-linear-gradient(rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}