Hi,
the attached patch exposes all visible hinting elements to styling via
style.css. Four classes are used:
- vimprobable_hinting_mode_hint: unfocused number
- vimprobable_hinting_mode_hint_focus: focused number
- vimprobable_hinted_element: unfocused complete link
- vimprobable_hinted_element_focus: focused complete link
You can override the defaults the same way Daniel described in his
earlier mail.
On a sidenote, I believe there is even a bug in the current hinting
script. It already attempts to set specific classes to focused and
unfocused hints, but gets confused in the process, I fear: class
names which aren't even set are attempted to be replaced. Daniel, maybe
I've been misreading something there? In any case, I believe this patch
fixes that as well.
Please test and provide feedback!
Hannes
|