07-13-2026, 05:19 PM
Thanks again.
I had spotted the class in you original post and
Tried:
.gimp-welcome-dialog {background-color: red; border: 1px solid white;}
with no result.
Adding the * made all the difference producing the outer border around the Welcome Dialog. It also included a border around almost every element within the dialog that are not required.
Can
.gimp-welcome-dialog *
be modified just to effect the dialogs outer border.
Do you know any documentation that lists all the css gimp selector names.
I had spotted the class in you original post and
Tried:
.gimp-welcome-dialog {background-color: red; border: 1px solid white;}
with no result.
Adding the * made all the difference producing the outer border around the Welcome Dialog. It also included a border around almost every element within the dialog that are not required.
Can
.gimp-welcome-dialog *
be modified just to effect the dialogs outer border.
Do you know any documentation that lists all the css gimp selector names.

