Created
December 26, 2014 13:34
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
.ui.form .field.error input[type="text"], .ui.form .field.error textarea | |
background-color: white | |
border-color: #ddd | |
padding-left: 40px | |
+box-shadow(0.3em 0em 0em 0em #aaa inset) | |
&:focus | |
color: gray | |
border-color: #ddd | |
+box-shadow(0.3em 0em 0em 0em #555 inset) | |
.ui.form .field.error input, .ui.form .field.error textarea | |
&::-webkit-input-placeholder | |
color: #888 | |
&:-moz-placeholder | |
color: #888 | |
&::-moz-placeholder | |
color: #888 | |
&:-ms-input-placeholder | |
color: #888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment