← Back to team overview

gma500 team mailing list archive

[Bug 986315] Re: possibily to disable unico for certain widgets

 

I know, but you need to override some nonstandard settings (which are
not documented, as far as I know, so I needed to check original theme
and figure it out)

* {
    engine: unico;
}

GtkTreeView {
    background: none;
    background-color: #ff00ff;
    border: none;
    -unico-focus-border-color: alpha(#ffffff, 0);
    -unico-focus-border-radius: 0;
    -unico-focus-fill-color: alpha(#ffffff, 0);
}

-- 
You received this bug notification because you are a member of GMA500
Team, which is subscribed to Unico.
https://bugs.launchpad.net/bugs/986315

Title:
  possibily to disable unico for certain widgets

Status in The Unico Gtk+ Theming Engine:
  Invalid

Bug description:
  Hi, I write app and for widgets like TreeView, I do not want to have
  border, filled it with transparent colour and so on.

  I would prefer some way to disable this non-standard settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/unico/+bug/986315/+subscriptions


References