Apply transparent background to both search buttons

Bug: T235319
Change-Id: I7c0f64cef0d429166ad044ea9ddd55c4c7d1dec2
This commit is contained in:
Bartosz Dziewoński 2019-10-14 16:50:17 +02:00
parent 82bed7da8c
commit 34c3da2ecb
1 changed files with 1 additions and 1 deletions

View File

@ -80,6 +80,7 @@
// present the fulltext search one obscures the 'Go' one.
#searchButton,
#mw-searchButton {
background-color: transparent;
position: absolute;
top: @border-width-base;
bottom: @border-width-base;
@ -103,7 +104,6 @@
}
#searchButton {
background-color: transparent;
.background-image-svg( 'images/search.svg', 'images/search.png' );
background-position: center center;
background-repeat: no-repeat;