mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-25 12:29:37 +08:00
暗黑模式调整
This commit is contained in:
@@ -89,16 +89,12 @@
|
||||
color: #e4e4e4;
|
||||
}
|
||||
|
||||
#options #customize .select2-results__option--selected {
|
||||
background: #7d7f86;
|
||||
}
|
||||
|
||||
#options #customize .select2-selection__choice {
|
||||
border: 1px solid #717171
|
||||
}
|
||||
|
||||
#options #customize .select2-dropdown {
|
||||
background: #46474a;
|
||||
background: #303133;
|
||||
color: #e4e4e4;
|
||||
border: 1px solid #565656;
|
||||
}
|
||||
@@ -107,6 +103,7 @@
|
||||
background: #585958;
|
||||
}
|
||||
|
||||
#options #customize .select2-results__option--selected,
|
||||
#quickselect .select2-results__option--selected {
|
||||
background-color: #3e3e3e;
|
||||
}
|
||||
|
||||
@@ -709,6 +709,30 @@ li.CodeMirror-hint {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#options #customize .select2-results__option img {
|
||||
max-width: 25px;
|
||||
max-height: 25px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#options #customize .select2-results__option span {
|
||||
vertical-align: middle;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#options #customize .select2-results__option div {
|
||||
color: #9e9e9e;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#options #customize .select2-results__option.select2-results__option--highlighted div {
|
||||
color: #f1f1f1
|
||||
}
|
||||
|
||||
#options #customize .select2-results>.select2-results__options {
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
#options #customize .select2-selection--single:hover,
|
||||
#options #customize .select2-selection--multiple:hover {
|
||||
border-bottom-color: #9e9e9ec7;
|
||||
|
||||
Reference in New Issue
Block a user