Created
December 9, 2016 13:39
-
-
Save louisreingold/2c1254ac77e0fcd86468a3f8c6252539 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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