Skip to content
Snippets Groups Projects

Resolve "Get Next button Unreadable in safari"

1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -1147,3 +1147,12 @@ dialog {
}
}
/**
* Fix the button appearance in Safari
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: none;
}
Loading