mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Padded the searchfield
This commit is contained in:
@@ -90,7 +90,7 @@ input[type="radio"]{display: none;}
|
||||
.button:hover{background-color: rgba(255,255,255,0.4); }
|
||||
|
||||
#loading{display:none;}
|
||||
#search{background: url(search2.png)no-repeat 10px 13px;background-color: rgba(255,255,255,0.2);background-size:3%;}
|
||||
#search{padding-left:50px;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;}}
|
||||
|
||||
Reference in New Issue
Block a user