blob: 4ed146c4498cadc773b0d958e46418c402718404 [file] [log] [blame]
/* These CSS fixes have 'functinal' impact, no visual impact. E.g allow keyboard navigation in trees etc.. */
.undershoot.top, .undershoot.right, .undershoot.bottom, .undershoot.lef {
background-image: none;
}
@binding-set SWTTreeViewBinding {
bind "Left" { "expand-collapse-cursor-row" (0,0,0)};
bind "Right" {"expand-collapse-cursor-row" (0,1,0)};
}
GtkTreeView {
gtk-key-bindings: SWTTreeViewBinding;
}