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

Commit a38792c

Browse files
Theme CSS: changed class ui-br to only set border color and style. Border width is set in structure CSS (fieldcontain). Fixes #5277.
1 parent 277556b commit a38792c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

css/themes/default/jquery.mobile.theme.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -806,10 +806,9 @@ a.ui-link-inherit {
806806
/* Form field separator
807807
-----------------------------------------------------------------------------------------------------------*/
808808
.ui-br {
809-
border-bottom: rgb(130,130,130);
810-
border-bottom: rgba(130,130,130,.3);
811-
border-bottom-width: 1px;
812-
border-bottom-style: solid;
809+
border-color: rgb(130,130,130);
810+
border-color: rgba(130,130,130,.3);
811+
border-style: solid;
813812
}
814813

815814
/* Interaction cues

0 commit comments

Comments
 (0)