19 lines
249 B
CSS
19 lines
249 B
CSS
|
/* Set of common styles for the Compact theme for PIKA 3.0 */
|
||
|
|
||
|
* {
|
||
|
-PikaToolPalette-tool-icon-size: small-toolbar;
|
||
|
font-size: small;
|
||
|
}
|
||
|
|
||
|
toolpalette button {
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
button, tab {
|
||
|
padding: 0px;
|
||
|
}
|
||
|
|
||
|
paned separator {
|
||
|
padding: 1px;
|
||
|
}
|