Skip to content

Instantly share code, notes, and snippets.

@maple3142
Created May 20, 2018 09:37
Show Gist options
  • Select an option

  • Save maple3142/2f4a52bfe0a02825de8d8580f578b537 to your computer and use it in GitHub Desktop.

Select an option

Save maple3142/2f4a52bfe0a02825de8d8580f578b537 to your computer and use it in GitHub Desktop.
cent browser new tab chrome style search box
#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