Results 1 to 2 of 2

Thread: Fallback indicator CSS styles?

  1. #1
    Join Date
    Jan 2007
    Location
    Sweden
    Beans
    74
    Distro
    Ubuntu

    Fallback indicator CSS styles?

    I'm trying to style the indicator applet in Gnome Fallback in Ubuntu 12.04.

    The text in my normal gtk .menubar is dark colored and my gnome-panel has a dark background. I've tried changing everything in the gnome-panel.css file to:
    color: @dark_fg_color;
    But nothing seems to work.

    I suppose the indicator applet must have some CSS name that allows me to change it, but I can't seem to figure it out. I've tried:
    Code:
    IndicatorApplet,
    IndicatorAppletComplete,
    IndicatorAppletCompleteFactory,
    *Indiciator* { color: @dark_fg_color; }
    Nothing of that is working.

    I wish I had something like gtkparasite that was really useful for gtk2 apps.

  2. #2
    Join Date
    Feb 2010
    Location
    Nr BrandsHatch, S'oaks UK
    Beans
    1,241
    Distro
    Lubuntu 13.04 Raring Ringtail

    Re: Fallback indicator CSS styles?

    Hi! I think the names you tried should have hyphen '-' separators, and be in lower case, eg.' indicator-applet'.

    Chao!, bogan.
    "Better Solutions may bring Worsened Problems": After Lao Tse, b. circa 405BC. a contemporary of Confucius, who died circa 600BC.
    They did things differently in those days, apparently!!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •