diff --git a/app/widgets/gimpblobeditor.c b/app/widgets/gimpblobeditor.c index 37c1cb6c45..9a0f1f1dea 100644 --- a/app/widgets/gimpblobeditor.c +++ b/app/widgets/gimpblobeditor.c @@ -103,6 +103,8 @@ gimp_blob_editor_class_init (GimpBlobEditorClass *klass) -G_PI, G_PI, 0.0, GIMP_PARAM_READWRITE | G_PARAM_CONSTRUCT)); + + gtk_widget_class_set_css_name (widget_class, "GimpBlobEditor"); } static void diff --git a/themes/Default/common.css b/themes/Default/common.css index 49df9f83f8..5b14af0ec4 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -126,6 +126,13 @@ combobox arrow, combobox button * { -gtk-icon-shadow: none; } +/* Define colors so the nib handle appears in Gimp Ink Options */ +GimpBlobEditor { + color: @fg-color; + background-color: @bg-color; + border: 0.1em solid @fg-color; +} + /* Get rid of the outline around all tabs in the gimpcolordialog */ GimpColorNotebook .frame { border-color: @bg-color;