This commit is contained in:
quenousimporte 2023-11-13 09:08:54 +01:00
commit 5f3b48a704
1 changed files with 3 additions and 2 deletions

View File

@ -112,7 +112,7 @@ body::-webkit-scrollbar-thumb {
#filter { #filter {
color: black; color: black;
background-color: lightgray; width: 100%;
} }
#searchdialog { #searchdialog {
@ -125,6 +125,7 @@ body::-webkit-scrollbar-thumb {
width: 80%; width: 80%;
z-index: 2; z-index: 2;
font-size: 14px; font-size: 14px;
min-width: 500px;
} }
.searchitem { .searchitem {