16 lines
222 B
CSS
16 lines
222 B
CSS
|
|
/* Light variant for the Compact theme for GIMP 3.0 */
|
||
|
|
|
||
|
|
@import url("../Default/gimp.css");
|
||
|
|
|
||
|
|
* {
|
||
|
|
-GimpToolPalette-tool-icon-size: small-toolbar;
|
||
|
|
}
|
||
|
|
|
||
|
|
toolpalette button {
|
||
|
|
padding: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
button, tab {
|
||
|
|
padding: 0px;
|
||
|
|
}
|