Learning_GTK4_tree/docs/reference/gtk/images/style.css

19 lines
220 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
.nobackground {
background: none;
}
.shadow {
box-shadow: 0 3px 9px 1px rgba(0, 0, 0, 0.5);
margin: 20px;
}
.black {
background: black;
}
.small-button {
min-width: 16px;
min-height: 16px;
padding: 0;
}