Skip to content

Instantly share code, notes, and snippets.

@takatoshi
Created October 28, 2012 11:12
Show Gist options
  • Save takatoshi/3968348 to your computer and use it in GitHub Desktop.
Save takatoshi/3968348 to your computer and use it in GitHub Desktop.
/* マウスオーバー前のスタイル */
div.jquery_ui_example {
background-color: #17acc7;
color: #f5e31b;
padding: 5px;
}
/* マウスオーバー後のスタイル */
div.jquery_ui_example.hover {
background-color: #f5b01b;
color: #d54039;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment