On Mon, Aug 4, 2014 at 5:50 PM, Edward K. Ream <[email protected]> wrote:
> Hmm. I replaced the stylesheets that you suggested with just:
>
> QTextEdit {
> background-color: red;
> }
>
> This affects the background of the log pane, but not the body pane.
This works:
QTextEdit#richTextEdit {
background-color: pink;
}
By analogy, I tried the following, with no joy, but the background is pink.
QTextEdit#richTextEdit [vim_state ~= "vim_normal"] {
border: solid 3px red;
}
QTextEdit#richTextEdit [vim_state ~= "vim_insert"] {
border: solid 3px blue;
}
QTextEdit#richTextEdit [vim_state ~= "vim_visual"] {
border: solid 3px yellow;
}
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.