|
|
|
|
@ -78,6 +78,10 @@ body {
|
|
|
|
|
color: map-get($theme-colors, searchhint) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.searchTerm::-webkit-input-placeholder {
|
|
|
|
|
color: map-get($theme-colors, searchhint) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .search {
|
|
|
|
|
width: 95%;
|
|
|
|
|
position: relative;
|
|
|
|
|
@ -95,14 +99,16 @@ body {
|
|
|
|
|
padding-right: 15px;
|
|
|
|
|
border-radius: 25px 0 0 25px;
|
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
|
color: map-get($theme-colors, searchhint);
|
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchTerm:focus{
|
|
|
|
|
.sb-example-1 .searchTerm:focus {
|
|
|
|
|
stroke: map-get($theme-colors, searchicon);
|
|
|
|
|
background-color: map-get($theme-colors, info);
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
color: map-get($theme-colors, searchfont) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchbutton {
|
|
|
|
|
@ -116,12 +122,9 @@ body {
|
|
|
|
|
border-radius: 0 25px 25px 0;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-example-1 .searchButton i{
|
|
|
|
|
color: #0000ff;
|
|
|
|
|
background-color: #ff0000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|