mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge pull request #2684 from myakura/bug_2677
Fixes #2677 - Incorrect -moz-background-clip property in Valancia theme. Thanks myakura!
This commit is contained in:
commit
adf55d052c
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-right, .ui-btn-corner-left, .ui-btn-corner-all {
|
||||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
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! */
|
||||
.ui-dialog a.ui-btn-icon-notext.ui-btn-corner-all .ui-btn-inner.ui-btn-corner-all{
|
||||
border-top-color: transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue