Unlock Dialog: add borders to password entry

This commit is contained in:
Vladyslav Hroshev
2023-04-05 20:02:19 +03:00
parent 7ddae4b942
commit 7ff264d12f

View File

@@ -28,4 +28,13 @@ StEntry:active {
StEntry:focus { StEntry:focus {
color: TEXT-PRIMARY-COLOR; color: TEXT-PRIMARY-COLOR;
}
.unlock-dialog StEntry {
border: none !important;
}
.unlock-dialog StEntry:focus {
box-shadow: inset 0 0 0 1px TEXT-DISABLED-COLOR;
} }