Created
February 20, 2019 20:38
-
-
Save salsalabs/8f6e7d4e1b83f880c6e6eb276ddae722 to your computer and use it in GitHub Desktop.
CSS to highlight the "invalid address" message in targeted actions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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