Created
May 20, 2018 09:37
-
-
Save maple3142/2f4a52bfe0a02825de8d8580f578b537 to your computer and use it in GitHub Desktop.
cent browser new tab chrome style search box
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
| #ntp-search-container{ | |
| padding: 0px; | |
| margin: 0px !important; | |
| left: 0px; | |
| bottom: 0px; | |
| width: 100% !important; | |
| height: 100% !important; | |
| display: flex; | |
| justify-content: center; | |
| align-items: center; | |
| background-color: transparent !important; | |
| } | |
| .ntp-search-box-container{ | |
| height: 44px !important; | |
| width: auto !important; | |
| } | |
| .ntp-search-button-container{ | |
| height: 44px !important; | |
| } | |
| #ntp-search-box{ | |
| height: 100% !important; | |
| } | |
| #ntp-search-button{ | |
| height: 100% !important; | |
| } | |
| #ntp-search-box{ | |
| padding-left: 7px !important; | |
| } | |
| #current-search-engine-image,#ntp-triangle-arrow,#ntp-search-box-clear{ | |
| display: none !important; | |
| } | |
| #ntp-search-box-suggestion{ | |
| width: 1px !important; | |
| } | |
| #ntp-search-box-suggestion-ul{ | |
| width: 463px !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment