gnome-control-center/panels/system/users/data/cc-entry-feedback.css
Ondrej Holy a372061f8a system, users: Finish the Enterprise Login dialog implementation
The implementation is based on the cc-add-user-dialog.c codes, but it is
not a pure copy&paste. It has to be changed to fit the skeleton and reflect
changes from the mockup. I've also tried to simplify the code where possible.
It also fixes some memory leaks.
2024-02-29 07:51:42 +00:00

11 lines
191 B
CSS

image.emblem-default-symbolic {
color: @success_color;
}
image.dialog-warning-symbolic {
color: @error_color;
}
image.process-working-symbolic {
animation: spin 1s linear infinite;
}