Adding darker clear search button

This commit is contained in:
Dave Gandy 2015-09-01 12:08:49 -04:00
parent 3f5869e037
commit bffb4ad551
2 changed files with 6 additions and 2 deletions

View File

@ -24,7 +24,11 @@
text-decoration: none; text-decoration: none;
position: absolute; position: absolute;
right: 18px; right: 18px;
top: 53px; top: 54px;
color: @text-muted;
&:hover {
color: mix(#000, @text-muted, 20%);
}
} }
} }

View File

@ -26,7 +26,7 @@ relative_path: ../
<section id="search"> <section id="search">
<label for="search-input"><i class="fa fa-search"></i></label> <label for="search-input"><i class="fa fa-search"></i></label>
<input id="search-input" class="form-control input-lg" placeholder="Search icons" autocomplete="off" spellcheck="false" autocorrect="off" tabindex="1"> <input id="search-input" class="form-control input-lg" placeholder="Search icons" autocomplete="off" spellcheck="false" autocorrect="off" tabindex="1">
<a id="search-clear" href="#" class="fa fa-times hide"></a> <a id="search-clear" href="#" class="fa fa-times-circle hide"></a>
</section> </section>
</div> </div>
<div class="col-md-2 col-sm-3 hidden-xs"> <div class="col-md-2 col-sm-3 hidden-xs">