Beta-2.1 - The clearer, the faster #22

Merged
Djeex merged 27 commits from Beta-2.1 into main 2025-09-04 12:50:26 +02:00
24 changed files with 1323 additions and 662 deletions
Showing only changes of commit edca473e29 - Show all commits

View File

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