mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-10 15:34:05 +08:00
style: 样式微调
This commit is contained in:
parent
17f795e238
commit
34814db352
@ -155,7 +155,7 @@ let showCommandByType = (features, isActivated) => {
|
|||||||
rules.split(',').forEach(r => {
|
rules.split(',').forEach(r => {
|
||||||
he = window.htmlEncode(r, true)
|
he = window.htmlEncode(r, true)
|
||||||
// 关键词可以点击跳转
|
// 关键词可以点击跳转
|
||||||
kws = `<a style="color: #cddc39;background: #0000;" href="javascript:utools.redirect('${he}')">${he}</a>`
|
kws = `<a href="javascript:utools.redirect('${he}')">${he}</a>`
|
||||||
qcType += `<span class="keyword">${kws}</span>`;
|
qcType += `<span class="keyword">${kws}</span>`;
|
||||||
});
|
});
|
||||||
qcType += `</div>`
|
qcType += `</div>`
|
||||||
|
@ -207,6 +207,11 @@ body {
|
|||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#options .keyword a {
|
||||||
|
color: #ff6c9e;
|
||||||
|
background: #0000;
|
||||||
|
}
|
||||||
|
|
||||||
#options .keyword.re {
|
#options .keyword.re {
|
||||||
color: rgb(105, 40, 97);
|
color: rgb(105, 40, 97);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user