Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Theme CSS: changed class ui-br to only set border color and style. Bo…
Browse files Browse the repository at this point in the history
…rder width is set in structure CSS (fieldcontain). Fixes #5277.
  • Loading branch information
jaspermdegroot committed Nov 13, 2012
1 parent 277556b commit a38792c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions css/themes/default/jquery.mobile.theme.css
Expand Up @@ -806,10 +806,9 @@ a.ui-link-inherit {
/* 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;
border-color: rgb(130,130,130);
border-color: rgba(130,130,130,.3);
border-style: solid;
}

/* Interaction cues
Expand Down

0 comments on commit a38792c

Please sign in to comment.