On Mon, 4 Aug 2014 17:56:34 -0500
"Edward K. Ream" <[email protected]> wrote:

> 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;
>     }

I'd try it without the spaces before the '['.

Cheers -Terry

-- 
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.

Reply via email to