mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-26 13:19:26 +08:00
暗黑模式调整
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user