Last active
December 19, 2015 14:28
-
-
Save walshbr/5968989 to your computer and use it in GitHub Desktop.
Styling to make the search bar more subtle.
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
#searchform{ | |
border-radius:0px; | |
border-top: 1px solid #E3E3E3; | |
border-left: 1px solid #E3E3E3; | |
border-right: 1px solid #E3E3E3; | |
border-bottom: 1px solid #E3E3E3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment