forked from geolba/tethys.frontend
- Results box background colour changed
- Results message redesigned - Pagination text aligned right
This commit is contained in:
parent
9ad4037c74
commit
2b7b5323d3
3 changed files with 78 additions and 6 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue