Skip to content

Instantly share code, notes, and snippets.

@afirdousi
Last active July 7, 2017 22:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afirdousi/ef8df986163e5b7c14856b5d3258c5f8 to your computer and use it in GitHub Desktop.
Save afirdousi/ef8df986163e5b7c14856b5d3258c5f8 to your computer and use it in GitHub Desktop.
input {
cursor:pointer;
padding:10px;
}
input:disabled,
input[disabled]{
cursor:auto;
}
.failure input:disabled,
.failure input[disabled]{
border:1px solid #d3d3d3; /* intentionally left here because we don't want to make them themeable */
}
.success input:disabled,
.success input[disabled]{
border:1px solid #d3d3d3; /* intentionally left here because we don't want to make them themeable */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment