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.
11 lines
191 B
CSS
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;
|
|
}
|