Skip to content

Instantly share code, notes, and snippets.

@akr4
Created May 18, 2011 06:57
Show Gist options
  • Save akr4/978105 to your computer and use it in GitHub Desktop.
Save akr4/978105 to your computer and use it in GitHub Desktop.
jquery-ui.dialog のタイトルバーを非表示にする
.ui-dialog-titlebar {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment