changed: search list style
This commit is contained in:
parent
24393a4237
commit
0da553c818
11
style.css
11
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;
|
||||
}
|
Loading…
Reference in New Issue