mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-07 05:35:45 +01:00
Fixed-height completion rows.
This commit is contained in:
@@ -72,9 +72,14 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
|
||||
*:-moz-loading, *:-moz-broken { display: none !important; }
|
||||
|
||||
.compitem > td {
|
||||
display: table-cell;
|
||||
-moz-binding: url(chrome://liberator/content/bindings.xml#compitem-td);
|
||||
}
|
||||
.compitem-td-span { height: 1.5em; display: block; }
|
||||
|
||||
.compitem[selected=true] { background-color: yellow; }
|
||||
.compitem > .favicon { width: 16px; }
|
||||
.compitem > .favicon > * { width: 16px; height: 16px; display: block; }
|
||||
.compitem > .completion { width: 45%; overflow: hidden; }
|
||||
.compitem > .description { color: gray; }
|
||||
|
||||
@@ -95,6 +100,8 @@ the terms of any one of the MPL, the GPL or the LGPL.
|
||||
.hl-Keyword { color: red; }
|
||||
.hl-Tag { color: blue; }
|
||||
|
||||
.hl-NonText { color: blue; }
|
||||
|
||||
.hl-Filter { font-weight: bold !important; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user