delete code because a select object won't work with fontawesome icon
This commit is contained in:
parent
4fa45fda74
commit
33010096fc
14
style.css
14
style.css
|
@ -315,20 +315,6 @@ a:hover {
|
|||
.home-search-intro select:focus {
|
||||
outline:none;
|
||||
}
|
||||
.home-search-intro select::after {
|
||||
content:"\f0dc";
|
||||
font-family:FontAwesome;
|
||||
color:#000;
|
||||
padding:12px 8px;
|
||||
position:absolute; right:0; top:0;
|
||||
background:red;
|
||||
z-index:1;
|
||||
text-align:center;
|
||||
width:10%;
|
||||
height:100%;
|
||||
pointer-events:none;
|
||||
box-sizing:border-box;
|
||||
}
|
||||
/****** FOOTER ******/
|
||||
.footer {
|
||||
background:url(img/backgroun02.jpg) 0 0 no-repeat;
|
||||
|
|
Loading…
Reference in New Issue