Added image for search button on main page.
This commit is contained in:
parent
b4e229a114
commit
973dcff7d0
2 changed files with 20 additions and 2 deletions
|
@ -599,30 +599,48 @@ ul#header-nav a.log-out {
|
|||
border-color: #8B4513 !important;
|
||||
margin-bottom: 0 !important;
|
||||
background-color: #F3F3F3 !important;
|
||||
height: 36px;
|
||||
}
|
||||
.search-submit-button{
|
||||
all: unset;
|
||||
border-radius: unset !important;
|
||||
-webkit-border-radius: unset !important;
|
||||
float: left;
|
||||
height: calc( 2rem + 2px);
|
||||
color: transparent;
|
||||
height: 36px;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
border-color: #8B4513;
|
||||
border-left: 0px;
|
||||
background: #F3F3F3;
|
||||
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{
|
||||
border-radius: unset !important;
|
||||
-webkit-border-radius: unset !important;
|
||||
margin: 0;
|
||||
float: left;
|
||||
height: calc( 2rem + 2px);
|
||||
/*height: 36px;*/
|
||||
border-style: solid;
|
||||
border-color: #8B4513;
|
||||
border-left: 0px;
|
||||
width: 20%;
|
||||
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 {
|
||||
position: absolute;
|
||||
width: 396px;
|
||||
|
|
BIN
webapp/src/main/webapp/themes/iph/images/search-icon.png
Normal file
BIN
webapp/src/main/webapp/themes/iph/images/search-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 905 B |
Loading…
Add table
Reference in a new issue