样式调整

This commit is contained in:
fofolee 2020-07-13 20:29:10 +08:00
parent 427b396c84
commit 49c6e6b536
2 changed files with 7 additions and 0 deletions

View File

@ -103,6 +103,10 @@
background: #585958;
}
#quickselect .select2-results__option .description {
color: rgba(202, 202, 202, 0.5);
}
#options #customize .select2-results__option--selected,
#quickselect .select2-results__option--selected {
background-color: #3e3e3e;

View File

@ -790,6 +790,9 @@ li.CodeMirror-hint {
color: rgba(0, 0, 0, 0.5);
line-height: 20px;
font-size: 12px;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
#quickselect .select2-results__option .icon {