E
E
Evgeny2018-03-15 18:29:39
css
Evgeny, 2018-03-15 18:29:39

How to fix bug with button color in Chrome?

Hello!
Chrome on a Mac doesn't display the button properly,
Here's what it looks like:
Link to screenshot
As you can see from the CSS, the styles are written quite differently from what chrome shows - it fills the button with a gray gradient instead of displaying white as in the styles . What could be the problem?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yaroslav Vinnik, 2018-03-15
Myagkikh @myagkikh_evgeniy

-webkit-appearance: none;
have you tried? This overrides the default styles in ios.

E
Evgeny, 2018-03-15
Myagkikh

No, Yaroslav. Thank you! )

E
Egor Zhivagin, 2018-03-15
@Krasnodar_etc

Click Computed in the inspector on this element, see which property is responsible for the gradient

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question