Skip to content

Instantly share code, notes, and snippets.

@raewrites
Created June 2, 2015 22:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save raewrites/1437b9e043d4e8d4a0f1 to your computer and use it in GitHub Desktop.
Save raewrites/1437b9e043d4e8d4a0f1 to your computer and use it in GitHub Desktop.
Login
.login label {
font-size: 12px;
color: #555555;
}
.login input[type="text"]{
background-color: #ffffff;
border-color:#dddddd;
-webkit-border-radius: 4px;
}
.login input[type="password"]{
background-color: #ffffff;
border-color:#dddddd;
-webkit-border-radius: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment