somoso 2021-01-12 15:47:39 +00:00
parent eb735a42fe
commit 65f1a2afb2
3 changed files with 9 additions and 2 deletions

View file

@ -222,6 +222,13 @@ aside {
/* Sorting and Search */
.search_label {
max-width: 100px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
select {
background: var(--outside);
transition: 0.2s all;