Created
March 27, 2017 19:34
-
-
Save MrJSdev/03c29d9df71cba7f5c2e8261f9c126fd to your computer and use it in GitHub Desktop.
Styling Boostrap Search Form with CSS. Uploading on http://extracatchy.net/wordpress-search-form-bootstrap/
This file contains hidden or 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
| .search-form .input-group-addon{ | |
| padding: 0; | |
| background-color: #fff; | |
| } | |
| .search-form .form-control{ | |
| border-radius: 0px; | |
| } | |
| .search-btn{ | |
| border:none; | |
| padding: 5px 10px; | |
| background-color: transparent; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment