mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-26 06:53:44 +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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -965,4 +965,4 @@ a.ui-btn.ui-btn-inline.ui-btn-corner-all .ui-btn-inner{
|
||||||
/* inner highlight is janky! */
|
/* inner highlight is janky! */
|
||||||
.ui-dialog a.ui-btn-icon-notext.ui-btn-corner-all .ui-btn-inner.ui-btn-corner-all{
|
.ui-dialog a.ui-btn-icon-notext.ui-btn-corner-all .ui-btn-inner.ui-btn-corner-all{
|
||||||
border-top-color: transparent;
|
border-top-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue