From 7ff264d12f786b0cc0735f914a9e801e50d461e0 Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Wed, 5 Apr 2023 20:02:19 +0300 Subject: [PATCH] Unlock Dialog: add borders to password entry --- css/stentry.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/stentry.css b/css/stentry.css index a62a54c..5a33a86 100644 --- a/css/stentry.css +++ b/css/stentry.css @@ -28,4 +28,13 @@ StEntry:active { StEntry:focus { color: TEXT-PRIMARY-COLOR; +} + + +.unlock-dialog StEntry { + border: none !important; +} + +.unlock-dialog StEntry:focus { + box-shadow: inset 0 0 0 1px TEXT-DISABLED-COLOR; } \ No newline at end of file