Linked Questions

1 vote
1 answer
7k views

There is default clear button appear using search input below is html block of code <div class="input-group search-style "> <input id="Search" class="form-control border-...
Feroz Siddiqui's user avatar
228 votes
18 answers
359k views

Is there a quick way to create an input text element with an icon on the right to clear the input element itself (like the google search box)? I looked around but I only found how to put an icon as ...
Giovanni Di Milia's user avatar
254 votes
14 answers
115k views

My question is: given a target RGB color, what is the formula to recolor black (#000) into that color using only CSS filters? For an answer to be accepted, it would need to provide a function (in any ...
glebm's user avatar
  • 21.2k
74 votes
15 answers
189k views

I've got a div that looks like a orange square I'd like to draw a white X in this div somehow so that it looks more like Anyway to do this in CSS or is it going to be easier to just draw this in ...
natsuki_2002's user avatar
  • 25.6k
37 votes
4 answers
30k views

<input type="search"> All online articles indicate that and input with type=search will have a clear button on the right side of the input (on Apple products). This still works in Safari on ...
Gerben's user avatar
  • 16.8k
20 votes
2 answers
41k views

I'm trying to override the small (x) that appears in the search bar, to have it do more than clear the search Currently this is my search bar: HTML: <input type="search" class="form-...
user avatar
20 votes
2 answers
18k views

I found that <input type="search"> only shows a cancel button in Chrome and IE, but not in Firefox. How can I make <input type="search"> show the cancel button (x) in ...
Zichen Ma's user avatar
  • 997
1 vote
6 answers
27k views

How to place search icon inside text box <input class="col-lg-3 col-md-3 col-sm-5 col-xs-5 form-control" type="text" name="searchroleName" id="searchroleName" placeholder="Search By RoleName"/...
user7397787's user avatar
  • 1,488
4 votes
2 answers
2k views

Implemented a clear button using -webkit-search-cancel-button following the next post: https://stackoverflow.com/a/64267916/1065145 The problem with the implementation referenced above is that it ...
Denis Kulagin's user avatar
0 votes
2 answers
1k views

Look this fiddle: Click here for jsfiddle Here is the code of the fiddle. <input id="Search" name="Search" type="search" placeholder="Search" /> After type some word in textbox and click out ...
test test's user avatar
0 votes
0 answers
64 views

After reading this post, I am trying to style the tiny cross icon inside my input search field: HTML: <input class="search-field textfield-closed" type="search" placeholder=&...
Artur Müller Romanov's user avatar