mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-30 13:02:46 +08:00
样式调整
This commit is contained in:
parent
427b396c84
commit
49c6e6b536
@ -103,6 +103,10 @@
|
|||||||
background: #585958;
|
background: #585958;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#quickselect .select2-results__option .description {
|
||||||
|
color: rgba(202, 202, 202, 0.5);
|
||||||
|
}
|
||||||
|
|
||||||
#options #customize .select2-results__option--selected,
|
#options #customize .select2-results__option--selected,
|
||||||
#quickselect .select2-results__option--selected {
|
#quickselect .select2-results__option--selected {
|
||||||
background-color: #3e3e3e;
|
background-color: #3e3e3e;
|
||||||
|
@ -790,6 +790,9 @@ li.CodeMirror-hint {
|
|||||||
color: rgba(0, 0, 0, 0.5);
|
color: rgba(0, 0, 0, 0.5);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#quickselect .select2-results__option .icon {
|
#quickselect .select2-results__option .icon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user