possibily to disable unico for certain widgets

Bug #986315 reported by Pavol Klačanský
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Unico
Invalid
Undecided
Unassigned

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

Revision history for this message
Andrea Cimitan (cimi) wrote :

You can, you need to parse your own css

Changed in unico:
status: New → Invalid
Revision history for this message
Andrea Cimitan (cimi) wrote :

(with gtkcssprovider iirc)

Revision history for this message
Pavol Klačanský (pavolzetor-deactivatedaccount) wrote :

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.