Last active
August 29, 2015 14:01
-
-
Save olafdietsche/838e6fee4d01d7748b59 to your computer and use it in GitHub Desktop.
Web: Input field with background image to the right
This file contains 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
.valid { | |
background-image: url(http://lorempixel.com/20/20); | |
background-repeat: no-repeat; | |
background-position: right center; | |
padding-right: 25px; | |
} |
This file contains 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
<input class="valid"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment