暗黑模式调整

This commit is contained in:
fofolee
2020-06-29 20:56:21 +08:00
parent 45bc1b7afd
commit 1afe2f2116
2 changed files with 20 additions and 3 deletions

View File

@@ -749,14 +749,19 @@ li.CodeMirror-hint {
}
#quickselect .select2-results__option {
padding: 10px;
height: 30px;
line-height: 30px;
padding: 5px 10px;
max-height: 50px;
/* line-height: 50px; */
white-space: pre;
text-overflow: ellipsis;
overflow: hidden;
}
#quickselect .select2-results__option--highlighted {
background-color: #ebebeb;
color: unset;
}
#quickselect .select2-search__field {
height: 40px;
margin: 5px 0px;