mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-14 01:23:10 +00:00
Merge pull request #2765 from jakeboone02/ui-br-move
Fix for #2322: Move .ui-br out of swatches section of default theme. Thanks jakeboone02
This commit is contained in:
commit
5ae094ac2c
2 changed files with 18 additions and 6 deletions
|
|
@ -90,12 +90,6 @@
|
|||
color: #2489CE /*{a-body-link-visited}*/;
|
||||
}
|
||||
|
||||
.ui-br {
|
||||
border-bottom: rgb(130,130,130);
|
||||
border-bottom: rgba(130,130,130,.3);
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
.ui-btn-up-a {
|
||||
border: 1px solid #222 /*{a-bup-border}*/;
|
||||
background: #333333 /*{a-bup-background-color}*/;
|
||||
|
|
@ -821,6 +815,15 @@ a.ui-link-inherit {
|
|||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* Form field separator
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
.ui-br {
|
||||
border-bottom: rgb(130,130,130);
|
||||
border-bottom: rgba(130,130,130,.3);
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
/* Interaction cues
|
||||
-----------------------------------------------------------------------------------------------------------*/
|
||||
.ui-disabled {
|
||||
|
|
|
|||
|
|
@ -876,6 +876,15 @@ a.ui-link-inherit {
|
|||
-webkit-background-clip: padding-box;
|
||||
-moz-background-clip: padding;
|
||||
background-clip: padding-box;
|
||||
|
||||
}
|
||||
|
||||
/* Form field separator */
|
||||
.ui-br {
|
||||
border-bottom: rgb(130,130,130);
|
||||
border-bottom: rgba(130,130,130,.3);
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
|
||||
/* Overlays */
|
||||
|
|
|
|||
Loading…
Reference in a new issue