Merge branch 'feat/opensearch' of https://gitea.geologie.ac.at/geolba/tethys.frontend into feat/opensearch

This commit is contained in:
Porras-Bernardez 2024-09-03 10:38:38 +02:00
commit 7953b3c09c
3 changed files with 78 additions and 6 deletions

View file

@ -86,7 +86,7 @@ const prevClick = () => {
</div>
<div class="hidden sm:flex-1 sm:flex sm:items-center sm:justify-between">
<div id="frontText">
<div id="frontText" class="w-full text-right mr-4">
<p class="text-sm text-gray-700 leading-5">
Showing
<span class="font-medium">{{ fromPage }}</span>

View file

@ -136,7 +136,7 @@ input {
list-style-type: none;
z-index: 1000;
position: absolute;
max-height: 200px;
max-height: 192px;
overflow-y: auto;
overflow: hidden;
background: white;
@ -155,9 +155,11 @@ input {
.autocomplete-result-item.is-active {
background: rgba(0, 180, 255, 0.15);
// background: #3cc;
}
.autocomplete-result-item:hover {
background: rgba(0, 180, 255, 0.075);
// background: rgba(0, 180, 255, 0.075);
background: #baedf1;
}
</style>