From 0da553c818884ca964fad6dcd1d4e24b967daea0 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 25 Oct 2023 14:03:51 +0200 Subject: [PATCH] changed: search list style --- style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 88126d6..25a71e4 100644 --- a/style.css +++ b/style.css @@ -104,18 +104,19 @@ body::-webkit-scrollbar-thumb { /* search file dialog */ #filter { - width: 100%; + color: white; + background-color: black; } #searchdialog { + color: white; + background-color: black; position: absolute; top: 0; left: 10%; - background-color: lightgray; opacity: 1; width: 80%; min-width: 500px; - color: black; z-index: 2; font-family: "Segoe UI"; } @@ -129,9 +130,11 @@ body::-webkit-scrollbar-thumb { .searchitem { cursor: pointer; + margin: 5px 5px 5px 5px; } .selected { - background-color: darkgrey; + background-color: rgb(38, 38, 38); cursor: pointer; + margin: 5px 5px 5px 5px; } \ No newline at end of file