On Mon, 22 Dec 2014 22:36:05 +0100, Daniel Carl <dan...@gm...>
wrote:
> I like the way of doing style changes
> via style.css file. Long story short: I can't imagine that a user
> want to add something like following to the config file.
>
> set
> hint-label-css=z-index:100000;font-family:monospace;font-size:10px;font-weight:bold;color:white;background-color:red;padding:0px
> 1px;position:absolute;
>
> According to the initial issue, I'd suggest to rework the hinting to
> add and remove only classes and avoid to set inline styles (except of
> the position of the labels)
Agreed, making this an easily referenced class is the way to go.
> and to add a stylesheet with the default
> styling of the hint elements.
This, however, I'm not so keen on. It has been the browser's policy so
far never to create files, but only to populate them if the user
creates them first. I.e. the browser can be run on any system without
leaving any traces. I still like this. Opinions?
Hannes
|