1
0
Fork 0
gnome-control-center/shell/style.css
Daniel Baumann 0a49575b51
Adding upstream version 1:48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:52:18 +02:00

23 lines
475 B
CSS

.drag-handle {
color: color-mix(in srgb, var(--window-fg-color) 40%, transparent);
}
.drag-handle:backdrop {
color: color-mix(in srgb, var(--window-fg-color) 40%, transparent);
}
row.illustrated picture:disabled {
/*
* FIXME: This is a workaround to handle disabled pictures
* see: https://gitlab.gnome.org/GNOME/libadwaita/-/merge_requests/814
*/
opacity: 0.5;
}
row.illustrated .frame {
border-radius: 6px;
}
.cc-placeholder-row {
padding: 18px;
}