New suggestion list css

This commit is contained in:
Djeex
2025-09-03 10:12:18 +02:00
parent eac90820d2
commit edca473e29

View File

@ -401,15 +401,18 @@ h2 {
z-index: 999; z-index: 999;
display: none; display: none;
box-shadow: 0 4px 8px rgba(0,0,0,0.15); box-shadow: 0 4px 8px rgba(0,0,0,0.15);
padding: 8px;
border-radius: 10px;
} }
.tag-input ul.suggestions li { .tag-input ul.suggestions li {
padding: 6px 8px; padding: 6px 10px;
cursor: pointer; cursor: pointer;
} }
.tag-input ul.suggestions li:hover { .tag-input ul.suggestions li:hover {
background-color: #007782; background-color: #007782;
border-radius: 7px;
} }
.tags-display { .tags-display {
@ -441,7 +444,9 @@ h2 {
background-color: #007782; background-color: #007782;
color: white; color: white;
cursor: pointer; cursor: pointer;
border-radius: 7px;
} }
.suggestions li { .suggestions li {
cursor: pointer; cursor: pointer;
} }