Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Button: Correction of wrong border-radius property
Browse files Browse the repository at this point in the history
Fixes gh-7073
Closes gh-7074
  • Loading branch information
jaspermdegroot committed Feb 6, 2014
1 parent 87453e0 commit 4b66652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.forms.button.css
Expand Up @@ -9,7 +9,7 @@
border: 0;
outline: 0;
-webkit-border-radius: inherit;
border-bottom-radius: inherit;
border-radius: inherit;
-webkit-appearance: none;
-moz-appearance: none;
cursor: pointer;
Expand Down

0 comments on commit 4b66652

Please sign in to comment.