mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Adding darker clear search button
This commit is contained in:
parent
3f5869e037
commit
bffb4ad551
@ -24,7 +24,11 @@
|
||||
text-decoration: none;
|
||||
position: absolute;
|
||||
right: 18px;
|
||||
top: 53px;
|
||||
top: 54px;
|
||||
color: @text-muted;
|
||||
&:hover {
|
||||
color: mix(#000, @text-muted, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ relative_path: ../
|
||||
<section id="search">
|
||||
<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">
|
||||
<a id="search-clear" href="#" class="fa fa-times hide"></a>
|
||||
<a id="search-clear" href="#" class="fa fa-times-circle hide"></a>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-md-2 col-sm-3 hidden-xs">
|
||||
|
Loading…
Reference in New Issue
Block a user