mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-26 14:53:59 +00:00
fix -moz-background-clip value so that old Firefox can understand. Fix for #2677
This commit is contained in:
parent
1c9a18ed79
commit
592fc77cd2
1 changed files with 2 additions and 2 deletions
|
|
@ -874,7 +874,7 @@ a.ui-link-inherit {
|
||||||
.ui-btn-corner-br, .ui-btn-corner-top, .ui-btn-corner-bottom,
|
.ui-btn-corner-br, .ui-btn-corner-top, .ui-btn-corner-bottom,
|
||||||
.ui-btn-corner-right, .ui-btn-corner-left, .ui-btn-corner-all {
|
.ui-btn-corner-right, .ui-btn-corner-left, .ui-btn-corner-all {
|
||||||
-webkit-background-clip: padding-box;
|
-webkit-background-clip: padding-box;
|
||||||
-moz-background-clip: padding-box;
|
-moz-background-clip: padding;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue