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

Commit

Permalink
adding another role for custom multi select bubble counts
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceG authored and johnbender committed Dec 19, 2011
1 parent ffbedd6 commit 397bf64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/structure/jquery.mobile.forms.select.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,7 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margi
}

/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */
.ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }
.ui-selectmenu .ui-header h1:after { content: '.'; visibility: hidden; }

/* TODO when the custom select css us moved out to it's own file this should be included */
.ui-li-static .ui-select .ui-li-count { right: 38px; }

0 comments on commit 397bf64

Please sign in to comment.