diff --git a/themes/Default/common.css b/themes/Default/common.css index 574660e319..aa1b88eeab 100644 --- a/themes/Default/common.css +++ b/themes/Default/common.css @@ -14,6 +14,7 @@ * or from GIMP's UI: File > Debug > Start GtkInspector */ + @import url("../System/gimp.css"); * { @@ -608,6 +609,11 @@ radio { min-height: 14px; } +/* Add padding for selection option radio buttons with icons */ +button.radio image { + padding: 4px; +} + /* Removes "blurred" effect from tooltip label */ tooltip { background-color: @bg-color;