Merge "Lighten up search input background slightly"

This commit is contained in:
jenkins-bot 2019-10-02 19:30:34 +00:00 committed by Gerrit Code Review
commit 37e2db256f
1 changed files with 5 additions and 5 deletions

View File

@ -29,17 +29,16 @@
// Styles for both the search input and the button.
input {
// Support IE6-8: Fallback for browsers, which don't support `rgba()`.
background-color: @background-color-base;
background-color: rgba( 0, 0, 0, 0 );
color: @color-base--emphasized;
margin: 0;
}
}
// The search input.
#searchInput {
// Support IE6-8: Fallback for browsers, which don't support `rgba()`.
background-color: @background-color-base;
background-color: rgba( 255, 255, 255, 0.5 );
color: @color-base--emphasized;
width: 100%;
.box-sizing( border-box );
border: @border-width-base @border-style-base @colorGray10;
@ -105,6 +104,7 @@
}
#searchButton {
background-color: transparent;
.background-image-svg( 'images/search.svg', 'images/search.png' );
background-position: center center;
background-repeat: no-repeat;