diff --git a/css/themes/default/jquery.mobile.theme.css b/css/themes/default/jquery.mobile.theme.css index a0717560..408fbef5 100644 --- a/css/themes/default/jquery.mobile.theme.css +++ b/css/themes/default/jquery.mobile.theme.css @@ -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 { diff --git a/css/themes/valencia/jquery.mobile.theme.css b/css/themes/valencia/jquery.mobile.theme.css index a6ffa653..fd4b790a 100644 --- a/css/themes/valencia/jquery.mobile.theme.css +++ b/css/themes/valencia/jquery.mobile.theme.css @@ -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 */