On 2018-03-27 02:01 PM, André Grötzsch wrote:
Hi,I customized my geany message window compiler tab via ~/.config/geany.css on a fedora 27 system: treeview { background-color: #2e3436; color: #dfdee0; } treeview:selected { background-color: #626d71; } /*#geany-compiler-error { color: red; }*/ #geany-compiler-message { color: #dfdee0; } #geany-compiler-context { color: orange; } It's working well unless I *select* a line of a compiler error or a compiler context. Then line color switches to the color I set for treeview nodes in general in the first rule. Any ideas how to fix this?
Did you try putting the `:selected` pseudo-class onto the `#geany-compiler-message` selector like you did with `treeview`?
Regards, Matthew Brush _______________________________________________ Users mailing list [email protected] https://lists.geany.org/cgi-bin/mailman/listinfo/users
