ui: add search placeholder

This commit is contained in:
nkanaev
2026-07-11 14:22:44 +01:00
parent 1841933ded
commit 29f6083e0e
5 changed files with 28 additions and 1 deletions

View File

@@ -335,6 +335,9 @@ select.form-control:not([multiple]):not([size]) {
border-radius: 3px;
padding: .25rem .5rem;
line-height: 1;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.toolbar-search:hover, .toolbar-search:focus {