Hi,
I am trying to set a background color to all error messages with the pseudo selector "Message:error".
From ERROR instruction section of the BDL manual
If you want to apply automatically a style to all program warnings displayed with the ERROR instruction, you can use the :error pseudo selector in the style definition.
From message style attributes section of the BDL manual
Like simple form fields, TTY attributes have a higher priority than style attributes. By default, ERROR has
the TTY attribute REVERSE, which explains why ERROR messages have a reverse background even when
you use a backgroundColor style attribute.
So, if I want to apply a background color only with a style attribute without adding on every ERROR instruction any option and overriding the default tty style?
Thanks,
Alessandro.