1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 17:04:12 +01:00

Add gradient to completions output. Leave space for top arrow, as well

This commit is contained in:
Kris Maglione
2008-11-29 12:15:05 +00:00
parent 69f6c66eda
commit ab365406a1
3 changed files with 25 additions and 115 deletions

View File

@@ -27,7 +27,7 @@ function Highlights(name, store, serial)
Preview color: gray;
CompTitle color: magenta; background: white; font-weight: bold;
CompTitle>* border-bottom: 1px dashed magenta;
CompTitle>* /* border-bottom: 1px dashed magenta; */
CompMsg font-style: italic; margin-left: 16px;
CompItem
CompItem[selected] background: yellow;
@@ -41,6 +41,10 @@ function Highlights(name, store, serial)
CompMore text-align: center; height: .5ex; line-height: .5ex;
CompMore::after content: "\2304" /* Unicode down arrowhead */
Gradient height: 1px; margin-bottom: -1px;
GradientLeft background-color: magenta;
GradientRight background-color: white;
Indicator color: blue;
Filter font-weight: bold;