Witam, chcę wystylizować inputy ale zachowują się jak by były źle podpięte do CSS-a algo jak gdzieś by była literówka.
https://zapodaj.net/cc0fca6243b56.jpg.html
input[type=radio]
input[type=hidden]
{
background-color:#00B3FF;
border:3px solid #0733AD;
display:inline-block;
padding:15px 15px;
font-size:16px;
border-radius:28px;
}
<input type="hidden" name="ie" value="lang_pl" />
<input type="hidden" name="lr" value="lang_pl" />
<input type="radio" name="sitesearch" value="" id="sitesearch1" checked="checked" /> <label for="sitesearch1">W Google</label>
<input type="radio" name="sitesearch" value="masterdally.com" id="sitesearch0" /> <label for="sitesearch0">Na Master Dally</label>