Re: [Vimprobable-users] [PATCH] Refactured hinting
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Daniel C. <dan...@gm...> - 2011-08-24 00:33:25
|
Hi!
I added a config object to the hinting.js to configure the behavior and look
of the hints and to clean the code from style settings.
If someone wants hints like pentadactyl generates could use following config
in the hinting.js.
...
hintCss: "z-index:10000000;font-family:monospace;font-size:9px;"
+ "font-weight:bold;color:black;background-color:white;"
+ "padding:0px 1px;position:absolute;opacity:0.8;border:1px solid #444;",
...
Daniel
|