Skip to content
Code-Schnipsel Gruppen Projekte
Commit eb8a07d3 erstellt von Michael Danielczok's avatar Michael Danielczok
Dateien durchsuchen

feat: use the new mobile suggest search

Related: #99
Übergeordneter fc8220bf
Keine zugehörigen Branchen gefunden
Keine zugehörigen Tags gefunden
1 Merge Request!7feat: New setting "show page short description"
......@@ -742,80 +742,6 @@ a.toTop:before {
}
}
/**************************/
/* Mobile producgt search */
/**************************/
.quiqqer-products-mobileSuggest-results ul {
padding: 0;
}
.quiqqer-products-mobileSuggest {
background: #fff;
color: #606975;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-container {
height: calc(100% - 80px);
margin: 80px auto 0;
width: 100%;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-title {
color: inherit;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-close {
color: inherit;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-search {
display: block;
height: 60px;
padding: 0 20px;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-container input {
background: #fff;
color: inherit;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results-container {
height: calc(100% - 60px);
margin-top: 0;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results-container,
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results {
color: inherit;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results {
height: 100%;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results ul {
margin: 0;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results li,
.quiqqer-products-mobileSuggest-results-list-showAllResults {
background: none;
border-color: #ddd;
color: #606975;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results li {
padding: 20px 20px 40px 20px;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results-list-showAllResults > a:not(:hover, :active, :focus) {
color: inherit;
}
.quiqqer-products-mobileSuggest .quiqqer-products-mobileSuggest-results li:first-child {
border-top: none;
}
/** header
===================================== */
......
......@@ -149,7 +149,7 @@
$templateSettings['Flags'] = $Flags;
$templateSettings['LangCurrencySwitch'] = $LangCurrencySwitch;
$templateSettings['countLanguages'] = \count($Project->getLanguages());
$templateSettings['Search'] = new QUI\ERP\Products\Controls\Search\Suggest([
$templateSettings['Search'] = new QUI\ERP\Products\Search\Controls\Suggest([
'globalsearch' => true
]);
$templateSettings['registerSiteUrl'] = $registerSiteUrl;
......
0% Lade oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren