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