Theming GtkEntry in Gtk 3.0



Hello,

I'm trying to theme a GtkEntry to set the text white and the background in the entry box red.  I can set the text to white but can't seem to get the background to red.
My css entry is:

GtkEntry {
    color: #FFFFFF;
    background-color: #800000
}

Any help is appreciated.

Thanks,


Greg


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]