diff --git a/themes/default/jquery.mobile.theme.css b/themes/default/jquery.mobile.theme.css index 8930e43f..3aa3a07c 100755 --- a/themes/default/jquery.mobile.theme.css +++ b/themes/default/jquery.mobile.theme.css @@ -658,8 +658,11 @@ a.ui-link-inherit { -webkit-border-radius: .6em; border-radius: .6em; } - - +.ui-corner-none { + -moz-border-radius: 0; + -webkit-border-radius: 0; + border-radius: 0; +} /* Interaction cues -----------------------------------------------------------------------------------------------------------*/