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

Commit

Permalink
Selectmenu: Don't use shorthand for unsetting the border because it m…
Browse files Browse the repository at this point in the history
…akes it harder to override.
  • Loading branch information
jaspermdegroot committed Aug 14, 2013
1 parent 453ae41 commit a33ea61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.forms.select.css
Expand Up @@ -85,7 +85,7 @@
.ui-selectmenu .ui-header {
margin: 0;
padding: 0;
border: 0;
border-width: 0;
}
.ui-selectmenu.ui-dialog .ui-header {
z-index: 1;
Expand Down

0 comments on commit a33ea61

Please sign in to comment.