mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2025-12-24 01:19:40 +01:00
29 lines
320 B
CSS
29 lines
320 B
CSS
* {
|
|
-GtkDialog-action-area-border: 12;
|
|
}
|
|
|
|
switch {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
spinbutton entry {
|
|
min-height: 16px;
|
|
}
|
|
|
|
button > image {
|
|
padding: 2px;
|
|
}
|
|
|
|
grid > button {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
}
|
|
|
|
popover .view {
|
|
background-color: transparent;
|
|
}
|
|
|
|
headerbar .titlebutton > image {
|
|
padding: 0;
|
|
}
|