[Goodies-dev] [Bug 13942] Unable to change text color

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Oct 30 17:22:14 CET 2017


https://bugzilla.xfce.org/show_bug.cgi?id=13942

--- Comment #2 from ToZ <tony.paulic at gmail.com> ---
Sorry, my bad. The CSS styling enhancements weren't available in 4.0.0 (I'm
running 4.0.1). I've just released 4.0.1 where it is included. Can you give
that version a try?

To get something similar with 4.0.0, you could try:

#genmon-1>widget>box>box>label {
        color: rgb(255,0,0);
        font-size: 8px;
        padding-top: 4px;
}

...where "#genmon-1" is the actual name of your genmon plugin that you can get
from hovering your mouse over the name in the panel properties, Items tab. Note
that the '#' is mandatory.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the Goodies-dev mailing list