New search icon, fixed color of it

This commit is contained in:
Kasper Rynning-Tønnesen
2015-01-29 00:29:43 +01:00
parent 5373552e9d
commit 794d5f25f3
3 changed files with 1 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 2.6 KiB

BIN
static/search2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 937 B

View File

@@ -90,8 +90,7 @@ input[type="radio"]{display: none;}
.button:hover{background-color: rgba(255,255,255,0.4); }
#loading{display:none;}
#search{background: url(search.png)no-repeat 10px 18px;
background-color: rgba(255,255,255,0.2);}
#search{background: url(search2.png)no-repeat 10px 13px;background-color: rgba(255,255,255,0.2);background-size:3%;}
@-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;}}