changed: search list style
This commit is contained in:
parent
0da553c818
commit
dc7dcbf046
31
style.css
31
style.css
|
@ -104,13 +104,13 @@ body::-webkit-scrollbar-thumb {
|
||||||
/* search file dialog */
|
/* search file dialog */
|
||||||
|
|
||||||
#filter {
|
#filter {
|
||||||
color: white;
|
color: black;
|
||||||
background-color: black;
|
background-color: lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
#searchdialog {
|
#searchdialog {
|
||||||
color: white;
|
color: black;
|
||||||
background-color: black;
|
background-color: lightgray;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
|
@ -119,6 +119,18 @@ body::-webkit-scrollbar-thumb {
|
||||||
min-width: 500px;
|
min-width: 500px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
font-family: "Segoe UI";
|
font-family: "Segoe UI";
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchitem {
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 2px 2px 2px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.selected {
|
||||||
|
cursor: pointer;
|
||||||
|
background-color: darkgray;
|
||||||
|
margin: 2px 2px 2px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* authent */
|
/* authent */
|
||||||
|
@ -126,15 +138,4 @@ body::-webkit-scrollbar-thumb {
|
||||||
#bigtitle {
|
#bigtitle {
|
||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
}
|
|
||||||
|
|
||||||
.searchitem {
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 5px 5px 5px 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.selected {
|
|
||||||
background-color: rgb(38, 38, 38);
|
|
||||||
cursor: pointer;
|
|
||||||
margin: 5px 5px 5px 5px;
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue