M
M
Maxim Shchirba2021-04-24 00:45:04
css
Maxim Shchirba, 2021-04-24 00:45:04

How to style input type search for mac, safari?

<form action="" class="form-category-page--search">
                           <input type="search">
                           <button class="form-category-page--search__button"><span>Пошук товарів</span><img src="images/search-icon.png" alt=""></button>
                       </form>

.form-category-page--search input[type="search"] {
        width: 863px;
        height: 60px;
        background: #FFFFFF;
        border-radius: 6px;
        padding-left: 10px;
    }

did so, asked through the class, anyway, 60833fb907829070610617.png
how to style it for safari input?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bzotsss, 2021-04-24
@bzotsss

Use safari browser prefixes

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question