Files
DemonEditor/app/ui/win_style.css

29 lines
320 B
CSS
Raw Normal View History

2021-10-10 14:22:07 +03:00
* {
2022-02-27 09:03:39 +03:00
-GtkDialog-action-area-border: 12;
2021-10-10 14:22:07 +03:00
}
2022-02-27 09:03:39 +03:00
switch {
margin-right: 2px;
2021-12-07 14:54:12 +03:00
}
2022-02-27 09:03:39 +03:00
spinbutton entry {
min-height: 16px;
2021-12-07 14:54:12 +03:00
}
2022-04-12 13:42:44 +03:00
button > image {
padding: 2px;
}
grid > button {
padding-left: 15px;
padding-right: 15px;
}
popover .view {
background-color: transparent;
}
2023-06-18 12:30:41 +03:00
2023-06-23 23:37:16 +03:00
headerbar .titlebutton > image {
padding: 0;
2023-06-18 12:30:41 +03:00
}