mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 22:17:59 +01:00
:hi -a NonText background: transparent
This commit is contained in:
@@ -1823,9 +1823,9 @@ const ItemList = Class("ItemList", {
|
|||||||
<div highlight="Completions">
|
<div highlight="Completions">
|
||||||
{
|
{
|
||||||
template.map(util.range(0, options["maxitems"] * 2), function (i)
|
template.map(util.range(0, options["maxitems"] * 2), function (i)
|
||||||
<span highlight="CompItem">
|
<div highlight="CompItem NonText">
|
||||||
<li highlight="NonText">~</li>
|
<li>~</li>
|
||||||
</span>)
|
</div>)
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
</div>, this._divNodes);
|
</div>, this._divNodes);
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ const ConfigBase = Class(ModuleBase, {
|
|||||||
StatusMoreMsg background: inherit !important;
|
StatusMoreMsg background: inherit !important;
|
||||||
Message white-space: pre-wrap !important; min-width: 100%; width: 100%; padding-left: 4em; text-indent: -4em; display: block;
|
Message white-space: pre-wrap !important; min-width: 100%; width: 100%; padding-left: 4em; text-indent: -4em; display: block;
|
||||||
!Message String white-space: pre-wrap;
|
!Message String white-space: pre-wrap;
|
||||||
NonText color: blue; min-height: 16px; padding-left: 2px;
|
NonText color: blue; background: transparent !important;
|
||||||
*Preview color: gray;
|
*Preview color: gray;
|
||||||
Question color: green !important; background: white !important; font-weight: bold !important;
|
Question color: green !important; background: white !important; font-weight: bold !important;
|
||||||
StatusQuestion color: green !important; background: inherit !important;
|
StatusQuestion color: green !important; background: inherit !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user