gnome-control-center/shell/style.css
Automeris naranja 623909ccfa style: Add and use the .cc-placeholder-row style class
By creating a .cc-placeholder-row style class that
sets a padding, it won't be necessary to set margins
to every GtkLabel that is being used as list box
placeholder widgets.
2024-04-18 13:35:46 +00:00

19 lines
398 B
CSS

.drag-handle {
color: alpha(@theme_fg_color, 0.4);
}
.drag-handle:backdrop {
color: alpha(@theme_unfocused_fg_color, 0.4);
}
.split-row picture:disabled,
.illustrated-row picture:disabled {
/* FIXME: This is a workaround to handle disabled pictures
* see: https: //gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/814
*/
opacity: 0.5;
}
.cc-placeholder-row {
padding: 18px;
}