Skip to content

Commit 815d82b

Browse files
author
scottjehl
committed
changed padding-box to padding for -moz-background-clip per https://developer.mozilla.org/en/CSS/background-clip#Browser_compatibility
1 parent e5e198a commit 815d82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/jquery.mobile.theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ a.ui-link-inherit {
906906
.ui-btn-corner-left,
907907
.ui-btn-corner-all {
908908
-webkit-background-clip: padding-box;
909-
-moz-background-clip: padding-box;
909+
-moz-background-clip: padding;
910910
background-clip: padding-box;
911911
}
912912

0 commit comments

Comments
 (0)