Skip to content

Instantly share code, notes, and snippets.

@louisreingold
Created December 9, 2016 13:39
Show Gist options
  • Save louisreingold/2c1254ac77e0fcd86468a3f8c6252539 to your computer and use it in GitHub Desktop.
Save louisreingold/2c1254ac77e0fcd86468a3f8c6252539 to your computer and use it in GitHub Desktop.
#ct-widget-form input {
background-color: rgb(27, 31, 35) !important;
box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(255, 255, 255, 0.05), -1px -1px 1px rgba(0, 0, 0, 0.08) !important;
border: 1px solid #111 !important;
border-radius: 2px !important;
padding: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment