Skip to content

Instantly share code, notes, and snippets.

@salsalabs
Created February 20, 2019 20:38
Show Gist options
  • Save salsalabs/8f6e7d4e1b83f880c6e6eb276ddae722 to your computer and use it in GitHub Desktop.
Save salsalabs/8f6e7d4e1b83f880c6e6eb276ddae722 to your computer and use it in GitHub Desktop.
CSS to highlight the "invalid address" message in targeted actions.
<!-- SalsaStaff 273659: BEGIN highlight for the address error in a targeted action. -->
<style type="text/css">
#notEnoughData {
padding-bottom: 20px;
color: red;
}
</style>
<!-- SalsaStaff 273659: END highlight for the address error in a targeted action. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment