Gimp/themes/Compact/compact.css
Stanislav Grinkov d1eb30d863
themes: Set smaller Compact theme separator width...
for better consistency with the overall theme.
2023-02-14 16:50:38 +06:00

17 lines
229 B
CSS

/* Set of common styles for the Compact theme for GIMP 3.0 */
* {
-GimpToolPalette-tool-icon-size: small-toolbar;
}
toolpalette button {
padding: 0px;
}
button, tab {
padding: 0px;
}
paned separator {
padding: 1px;
}