New process working icon, fixed process color in login dialog

This commit is contained in:
Vladyslav Hroshev
2024-03-26 11:58:27 +02:00
parent cc37566374
commit 5d6f333abe
3 changed files with 2167 additions and 0 deletions

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -8,6 +8,12 @@
background-color: BACKGROUND-OPAQUE-COLOR;
}
/* fixes color of process-working */
.login-dialog,
.unlock-dialog {
color: TEXT-PRIMARY-COLOR;
}
.login-dialog .caps-lock-warning-label,
.login-dialog .login-dialog-message-warning,
@@ -102,6 +108,7 @@
/* password */
.login-dialog-prompt-entry {
background-color: ACCENT-DISABLED-COLOR;
color: TEXT-PRIMARY-COLOR;
border: none;
box-shadow: inset 0 0 0 1px BORDER-SHADOW;
}