File size: 973 Bytes
8b454b3
507e2ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8b454b3
507e2ff
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

#tomeasureSearchInput,#relevantSearchInput {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
  }
  
  input::-webkit-search-decoration,
  input::-webkit-search-cancel-button {
	display: none;

  }
  
#tomeasureSearchInput,#relevantSearchInput{
	background:  url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
	/* border: solid 1px #ccc; */
	padding: 9px 7px 9px 32px;
	width:0;
	height: 6px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius:3px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	margin-left: 18ch ;
	margin-top: 6px;
	border: none;
  }
  #relevantSearchInput{
margin-left: 172px;

  }
#tomeasureSearchInput:focus , #relevantSearchInput:focus {
	width: 191px;
	background-color: #fff;
	border-color: #1b1d1c;
	box-shadow: 0 0 5px rgba(109, 207, 246, .5);
  }
  #relevantSearchInput:focus {
	width:165px;
  }