includes: fix style for map search widget (#74648)
gitea/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Corentin Sechet 2023-02-17 17:21:16 +01:00
parent 5c09ef9209
commit 5f4210ec55
1 changed files with 9 additions and 3 deletions

View File

@ -736,16 +736,22 @@ div.select2-search {
}
&--result-list {
background-image: none;
background-color: white;
font-size: 1.2em;
padding-right: 0.7em;
}
&--result-item {
padding: 0.2rem 0.5rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
&:hover {
text-decoration: underline;
color: #333;
&:hover, &.selected {
background-color: #5897fb;
color: white;
}
}
}