Anonymous wrote:
How do i remove the dotted outline given to certain widgets when they have focus, in a Gtk theme?_______________________________________________gtk-list mailing list gtk-list gnome org http://mail.gnome.org/mailman/listinfo/gtk-list
You can try doing this:
style "button" {
GtkWidget::focus-line-width = 0
engine "pixmap" {
...
}
...
}
Regards,
Diego A. Fons.