eee
Showing
1 changed file
with
17 additions
and
7 deletions
| ... | @@ -173,6 +173,7 @@ td, th { | ... | @@ -173,6 +173,7 @@ td, th { |
| 173 | border-bottom: 2px solid #000; | 173 | border-bottom: 2px solid #000; |
| 174 | background-color: #F1F7E6; | 174 | background-color: #F1F7E6; |
| 175 | color:#54565A; | 175 | color:#54565A; |
| 176 | |||
| 176 | } | 177 | } |
| 177 | #wpsl-search-input::-webkit-input-placeholder { /* Edge */ | 178 | #wpsl-search-input::-webkit-input-placeholder { /* Edge */ |
| 178 | color: #949598; | 179 | color: #949598; |
| ... | @@ -235,27 +236,29 @@ td, th { | ... | @@ -235,27 +236,29 @@ td, th { |
| 235 | } | 236 | } |
| 236 | #wpsl-search-input { | 237 | #wpsl-search-input { |
| 237 | font-size: 30px; | 238 | font-size: 30px; |
| 238 | height: 40px !important; | 239 | height: 60px !important; |
| 239 | width: 88% !important; | 240 | width: 90% !important; |
| 240 | padding-bottom: 10px; | 241 | padding-bottom: 10px; |
| 241 | padding-left: 7px; | 242 | padding-left: 7px; |
| 243 | margin-top:10px; | ||
| 242 | border: 0px solid #a4a5a8 !important; | 244 | border: 0px solid #a4a5a8 !important; |
| 243 | border-bottom: 2px solid #54565A !important; | 245 | border-bottom: 2px solid #54565A !important; |
| 244 | border-radius:0px !important; | 246 | border-radius:0px !important; |
| 245 | background-color: #ffff; | 247 | background-color: #ffff; |
| 246 | color: #54565A; | 248 | color: #54565A; |
| 249 | font-size:60px; | ||
| 247 | } | 250 | } |
| 248 | 251 | ||
| 249 | .wpsl-input:after { | 252 | .wpsl-input:after { |
| 250 | content: ""; | 253 | content: ""; |
| 251 | background-image: url("https://yournumbers.ca/wp-content/uploads/2022/01/search.png"); | 254 | background-image: url("https://yournumbers.ca/wp-content/uploads/2022/01/search.png"); |
| 252 | height: 40px; | 255 | height: 50px; |
| 253 | width: 40px; | 256 | width: 50px; |
| 254 | position: relative; | 257 | position: relative; |
| 255 | display: inline-block; | 258 | display: inline-block; |
| 256 | background-size: contain; | 259 | background-size: contain; |
| 257 | float: right; | 260 | float: right; |
| 258 | margin-top: -5px; | 261 | margin-top: 10px; |
| 259 | } | 262 | } |
| 260 | .wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item { | 263 | .wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item { |
| 261 | list-style: none; | 264 | list-style: none; |
| ... | @@ -289,7 +292,14 @@ td, th { | ... | @@ -289,7 +292,14 @@ td, th { |
| 289 | #wpsl-search-input { | 292 | #wpsl-search-input { |
| 290 | width: 90% !important; | 293 | width: 90% !important; |
| 291 | } | 294 | } |
| 292 | 295 | #wpsl-search-input { | |
| 296 | font-size: 30px; | ||
| 297 | height:40px; | ||
| 298 | } | ||
| 299 | .wpsl-input:after { | ||
| 300 | height: 40px; | ||
| 301 | width: 40px; | ||
| 302 | } | ||
| 293 | #wpsl-gmap.full, | 303 | #wpsl-gmap.full, |
| 294 | #wpsl-result-list{ | 304 | #wpsl-result-list{ |
| 295 | width:100%; | 305 | width:100%; |
| ... | @@ -348,7 +358,7 @@ td, th { | ... | @@ -348,7 +358,7 @@ td, th { |
| 348 | @media (max-width: 400px){ | 358 | @media (max-width: 400px){ |
| 349 | 359 | ||
| 350 | .wpsl-input:after { | 360 | .wpsl-input:after { |
| 351 | margin-top: -40px; | 361 | margin-top: -50px; |
| 352 | 362 | ||
| 353 | } | 363 | } |
| 354 | } | 364 | } | ... | ... |
-
Please register or sign in to post a comment