Skip to content

Instantly share code, notes, and snippets.

@snapwich
Created January 22, 2018 04:56
Show Gist options
  • Save snapwich/681cb9158034202314f3b8c29e325920 to your computer and use it in GitHub Desktop.
Save snapwich/681cb9158034202314f3b8c29e325920 to your computer and use it in GitHub Desktop.
// Just a little bit of styling...
.search-box {
margin-right: 0;
color: @gray-dark;
position: relative;
display: inline-block;
width: 200px;
border-bottom: 2px solid @gray-lighter;
min-height: 30px;
line-height: normal;
a {
font-size: inherit;
}
*, *:after, *:before {
box-sizing: content-box;
}
.gsc-control-searchbox-only {
border: 0 !important;
padding: 0 !important;
background: transparent !important;
.gsc-search-box {
margin-bottom: 0 !important;
* {
background: transparent !important;
box-shadow: none !important;
}
.gsc-input-box {
border: 0 !important;
}
input {
color: @gray-lighter;
border: 0 !important;
appearance: textfield;
border-radius: 0;
text-indent: 0 !important;
}
td {
vertical-align: bottom;
padding-left: 0;
padding-right: 0;
}
.gsc-search-button {
display: none;
}
.gsib_b {
display: none;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment