Skip to content

Commit adf55d0

Browse files
committed
Merge pull request jquery-archive#2684 from myakura/bug_2677
Fixes jquery-archive#2677 - Incorrect -moz-background-clip property in Valancia theme. Thanks myakura!
2 parents 1c9a18e + 592fc77 commit adf55d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/valencia/jquery.mobile.theme.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ a.ui-link-inherit {
874874
.ui-btn-corner-br, .ui-btn-corner-top, .ui-btn-corner-bottom,
875875
.ui-btn-corner-right, .ui-btn-corner-left, .ui-btn-corner-all {
876876
-webkit-background-clip: padding-box;
877-
-moz-background-clip: padding-box;
877+
-moz-background-clip: padding;
878878
background-clip: padding-box;
879879
}
880880

@@ -965,4 +965,4 @@ a.ui-btn.ui-btn-inline.ui-btn-corner-all .ui-btn-inner{
965965
/* inner highlight is janky! */
966966
.ui-dialog a.ui-btn-icon-notext.ui-btn-corner-all .ui-btn-inner.ui-btn-corner-all{
967967
border-top-color: transparent;
968-
}
968+
}

0 commit comments

Comments
 (0)