add new CSS for search box

This commit is contained in:
inventivetalent
2018-10-19 20:14:26 +02:00
parent afe62a9448
commit c0d1dd0a77
2 changed files with 46 additions and 3 deletions

View File

@@ -151,6 +151,49 @@
padding-right: 10px;
}
.litegraph.litesearchbox {
font-family:Tahoma, sans-serif;
position: absolute;
background-color: rgba(0,0,0,0.5);
padding-top: 4px;
}
.litegraph.litesearchbox input, .litegraph.litesearchbox select {
margin-top: 3px;
min-width: 60px;
min-height: 1.5em;
background-color: black;
border: 0;
color: white;
padding-left: 10px;
margin-right: 5px;
}
.litegraph.litesearchbox .name {
display: inline-block;
min-width: 60px;
min-height: 1.5em;
padding-left: 10px;
}
litegraph.litesearchbox .helper {
overflow: auto;
max-height: 200px;
margin-top: 2px;
}
.litegraph.lite-search-item {
font-family:Tahoma, sans-serif;
background-color: rgba(0,0,0,0.5);
color: white;
padding-top: 2px;
}
.litegraph.lite-search-item:hover, .litegraph.lite-search-item.selected {
cursor: pointer;
background-color: white;
color: black;
}
/* OLD */