A
A
Alexander Dio2015-08-12 16:17:23
css
Alexander Dio, 2015-08-12 16:17:23

Why doesn't border-radius:0 work in Safari?

I'm fighting with input rounding in safari - some kind of fresh version, apparently, everything is ok in the old ones!
bae40b3917f647938e0fd2987d8f17ca.png
css element code with reset:

border: 1px #d4d4d4 solid; 
border-right: none; 
border-radius: 0 !important; 
-webkit-border-radius: 0 !important; 
-o-border-radius: 0 !important; 
-moz-border-radius: 0 !important; 
-khtml-border-radius: 0 !important; 
overflow: hidden;

and it doesn't work without the reset code, border-radius is not used anywhere else. Everywhere everything is OK, only in safari its default rounding remains! No options have been able to remove this rounding ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Ineshin, 2015-08-12
@IonDen

Don't use reset, use normalize.css

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question