Skip to content

Instantly share code, notes, and snippets.

@100lp
Created December 26, 2014 13:34
Show Gist options
  • Save 100lp/162ea24cfe83b22bf0c8 to your computer and use it in GitHub Desktop.
Save 100lp/162ea24cfe83b22bf0c8 to your computer and use it in GitHub Desktop.
.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