Skip to content

Instantly share code, notes, and snippets.

@tcaddy
Created February 21, 2012 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tcaddy/1877147 to your computer and use it in GitHub Desktop.
Save tcaddy/1877147 to your computer and use it in GitHub Desktop.
jQuery Mobile - show labels nested within hidden label classes
.ui-hide-label .ui-show-label label {
/* show a label nested within a hide label */
position: relative !important;
left: auto !important;
clip: auto !important;
}
@tcaddy
Copy link
Author

tcaddy commented Feb 21, 2012

You will have to assign a CSS class called 'ui-show-label' for the label (or label ancestor) nested within .ui-hide-label class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment