增加平板扫码功能
This commit is contained in:
89
sf_global_search/static/src/scss/GlobalSearch.scss
Normal file
89
sf_global_search/static/src/scss/GlobalSearch.scss
Normal file
@@ -0,0 +1,89 @@
|
||||
.sh_search_results {
|
||||
position: fixed !important;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
width: 40vw;
|
||||
z-index: 111;
|
||||
top: 45px;left: auto;right: 0;
|
||||
background: #71639e;
|
||||
max-height: calc(100% - #{$o-navbar-height});
|
||||
}
|
||||
.sh_search_results .dropdown-item:hover {
|
||||
color: #333232;
|
||||
}
|
||||
.sh_search_results .dropdown-item:active {
|
||||
color: #333232;
|
||||
}
|
||||
.sh_search_container .sh_search_input .clear_Search:focus{outline: none;}
|
||||
|
||||
.sh_search_results .dropdown-item {
|
||||
color: #fff;
|
||||
white-space: normal;
|
||||
word-break: break-word;
|
||||
}
|
||||
.sh_search_input {
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.sh_search_container {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.sh_search_input .usermenu_search_input {
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-bottom: 1px solid white;
|
||||
box-shadow: none;
|
||||
color: #fff;
|
||||
border-radius: unset;
|
||||
}
|
||||
.sh_search_input .usermenu_search_input::placeholder {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.input-group-text{
|
||||
background: transparent;
|
||||
border: none;
|
||||
border-bottom: 0px solid white;
|
||||
color: #fff;
|
||||
border-radius: 0px;
|
||||
}
|
||||
.search_company_detail {
|
||||
border-bottom: 1px solid white;
|
||||
margin-bottom: 2px;
|
||||
margin-top: 5px;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.clear_Search {
|
||||
background: transparent;
|
||||
border: none;
|
||||
color: #fff;
|
||||
border-bottom: 0px solid white;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
.barcode-button {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.barcode-icon {
|
||||
color: white;
|
||||
//z-index: 10;
|
||||
//position: relative;
|
||||
//top: -10px;
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
border: none;
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
|
||||
}
|
||||
|
||||
.sh_search_container .sh_search_input .input-group-prepend{background: transparent;border: none;border-bottom: 1px solid white;padding-top: 5px;}
|
||||
Reference in New Issue
Block a user