Added image for search button on main page.

This commit is contained in:
Svetlana Rastegina 2021-02-16 13:51:25 +01:00 committed by Georgy Litvinov
parent 1432c31ec9
commit ee522896ae
2 changed files with 20 additions and 2 deletions

View file

@ -599,30 +599,48 @@ ul#header-nav a.log-out {
border-color: #8B4513 !important; border-color: #8B4513 !important;
margin-bottom: 0 !important; margin-bottom: 0 !important;
background-color: #F3F3F3 !important; background-color: #F3F3F3 !important;
height: 36px;
} }
.search-submit-button{ .search-submit-button{
all: unset;
border-radius: unset !important; border-radius: unset !important;
-webkit-border-radius: unset !important; -webkit-border-radius: unset !important;
float: left; float: left;
height: calc( 2rem + 2px); color: transparent;
height: 36px;
border-style: solid; border-style: solid;
border-width: 1px;
border-color: #8B4513; border-color: #8B4513;
border-left: 0px; border-left: 0px;
background: #F3F3F3; background: #F3F3F3;
width: 10%; width: 10%;
} }
input.search-submit-button {
background-image: url(../images/search-icon.png)!important;
background-repeat: no-repeat;
background-position: center center;
}
.custom-search-select{ .custom-search-select{
border-radius: unset !important; border-radius: unset !important;
-webkit-border-radius: unset !important; -webkit-border-radius: unset !important;
margin: 0; margin: 0;
float: left; float: left;
height: calc( 2rem + 2px); /*height: 36px;*/
border-style: solid; border-style: solid;
border-color: #8B4513; border-color: #8B4513;
border-left: 0px; border-left: 0px;
width: 20%; width: 20%;
background-color: #F3F3F3; background-color: #F3F3F3;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor:pointer;
background-image: url(../images/select_button.png);
background-repeat: no-repeat;
background-position: 94% 50%;
background-size: 18px 7px;
} }
#search { #search {
position: absolute; position: absolute;
width: 396px; width: 396px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 905 B