-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsearch-box.css
More file actions
54 lines (45 loc) · 897 Bytes
/
search-box.css
File metadata and controls
54 lines (45 loc) · 897 Bytes
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
45
46
47
48
49
50
51
52
53
.box{
margin: 100px auto;
width: 300px;
height: 50px;
}
.container-1{
width: 300px;
vertical-align: middle;
white-space: nowrap;
position: relative;
}
.container-1 input#search{
width: 300px;
height: 50px;
background: #f48942;
border: none;
font-size: 10pt;
float: left;
color: #f0f0f0;
padding-left: 45px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/* f49541 */
.container-1 input#search::-webkit-input-placeholder {
color: #f0f0f0;
}
.container-1 input#search:-moz-placeholder { /* Firefox 18- */
color: #f48942;
}
.container-1 input#search::-moz-placeholder { /* Firefox 19+ */
color: #f48942;
}
.container-1 input#search:-ms-input-placeholder {
color: #f48942;
}
.container-1 .icon{
position: absolute;
top: 50%;
margin-left: 17px;
margin-top: 17px;
z-index: 1;
color: #f3f1ff;
}