From 5373552e9d334b1ffa130fea58a8f1416c446790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 28 Jan 2015 23:16:37 +0100 Subject: [PATCH] Opacity? --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 6c3fd951..2a23d8d7 100755 --- a/static/style.css +++ b/static/style.css @@ -91,7 +91,7 @@ input[type="radio"]{display: none;} #loading{display:none;} #search{background: url(search.png)no-repeat 10px 18px; -background-color: rgba(255,255,255,0.1);} +background-color: rgba(255,255,255,0.2);} @-webkit-keyframes fadein{from {opacity:0;}to{opacity:1;}}@keyframes fadein{from{opacity:0;}to{opacity:1;}}@-moz-keyframes fadein{from{opacity:0;}to{opacity:1;}}@-o-keyframes fadein{from{opacity:0;}to{opacity:1;}}