Re: [Vimprobable-users] Changing the hints CSS and other config without recompile
Vimprobable is a lean web browser optimised for full keyboard control
Brought to you by:
hanness
|
From: Hannes S. <ha...@yl...> - 2014-12-29 04:04:05
|
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 |