Skip to content

Commit bcd0a05

Browse files
committed
Added .ui-corner-none
1 parent 5917b37 commit bcd0a05

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

themes/default/jquery.mobile.theme.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -658,8 +658,11 @@ a.ui-link-inherit {
658658
-webkit-border-radius: .6em;
659659
border-radius: .6em;
660660
}
661-
662-
661+
.ui-corner-none {
662+
-moz-border-radius: 0;
663+
-webkit-border-radius: 0;
664+
border-radius: 0;
665+
}
663666

664667
/* Interaction cues
665668
-----------------------------------------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)