470ef025 by Jeff Balicki

eee

1 parent aa5bef39
......@@ -173,6 +173,7 @@ td, th {
border-bottom: 2px solid #000;
background-color: #F1F7E6;
color:#54565A;
}
#wpsl-search-input::-webkit-input-placeholder { /* Edge */
color: #949598;
......@@ -235,27 +236,29 @@ td, th {
}
#wpsl-search-input {
font-size: 30px;
height: 40px !important;
width: 88% !important;
height: 60px !important;
width: 90% !important;
padding-bottom: 10px;
padding-left: 7px;
margin-top:10px;
border: 0px solid #a4a5a8 !important;
border-bottom: 2px solid #54565A !important;
border-radius:0px !important;
background-color: #ffff;
color: #54565A;
font-size:60px;
}
.wpsl-input:after {
content: "";
background-image: url("https://yournumbers.ca/wp-content/uploads/2022/01/search.png");
height: 40px;
width: 40px;
height: 50px;
width: 50px;
position: relative;
display: inline-block;
background-size: contain;
float: right;
margin-top: -5px;
margin-top: 10px;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
list-style: none;
......@@ -289,7 +292,14 @@ td, th {
#wpsl-search-input {
width: 90% !important;
}
#wpsl-search-input {
font-size: 30px;
height:40px;
}
.wpsl-input:after {
height: 40px;
width: 40px;
}
#wpsl-gmap.full,
#wpsl-result-list{
width:100%;
......@@ -348,7 +358,7 @@ td, th {
@media (max-width: 400px){
.wpsl-input:after {
margin-top: -40px;
margin-top: -50px;
}
}
......