1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 09:48:00 +01:00

Add highlight groups for the completion list

This commit is contained in:
Kris Maglione
2008-11-02 01:43:14 +00:00
parent 0644de1458
commit c03fdade9c
4 changed files with 34 additions and 34 deletions

View File

@@ -754,7 +754,7 @@ function Tabs() //{{{
items.* +=
<tr>
<td align="right"> {number}</td>
<td><span class="indicator"> {indicator} </span></td>
<td><span class="hl-Indicator"> {indicator} </span></td>
<td style="width: 250px; max-width: 500px; overflow: hidden">{title}</td>
<td><a href="#" class="hl-URL buffer-list">{item[1]}</a></td>
</tr>;