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

Commit 5bde73a

Browse files
Controlgroup: hide labels of inputs type button as well when in a controlgroup.
1 parent 855e692 commit 5bde73a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/structure/jquery.mobile.controlgroup.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
.ui-bar .ui-controlgroup { margin: 0 5px; }
55

66
.ui-controlgroup-label { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .4em; }
7-
.ui-controlgroup-controls label.ui-select { position: absolute; left: -9999px; }
7+
.ui-controlgroup-controls label.ui-select,
8+
.ui-controlgroup-controls label.ui-submit { position: absolute; left: -9999px; }
89
.ui-controlgroup li { list-style: none; }
910

1011
.ui-controlgroup .ui-btn { margin: 0; }

0 commit comments

Comments
 (0)