Skip to content

Instantly share code, notes, and snippets.

@nkb-bd
Last active November 4, 2019 06:04
Show Gist options
  • Save nkb-bd/59dbd6170120ab7747d482eb0b150e9f to your computer and use it in GitHub Desktop.
Save nkb-bd/59dbd6170120ab7747d482eb0b150e9f to your computer and use it in GitHub Desktop.
/*Change input border color when input is selected/focused */
.ff-el-form-control:focus {
border-color:red;
outline: none;
-webkit-box-shadow: 0 0 0 3px rgba(255, 0, 129, 0.25);
box-shadow: 0 0 0 3px rgba(255, 0, 129, 0.25);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment