diff --git a/ui/loginScreen/loginScreen.css b/ui/loginScreen/loginScreen.css index 15baa3279..288f5bbf5 100644 --- a/ui/loginScreen/loginScreen.css +++ b/ui/loginScreen/loginScreen.css @@ -46,3 +46,9 @@ QStackedWidget QPushButton #createAccountButton:hover { background: #0c530d; } + +#loginButton:focus, +#createAccountButton:focus { + background: #003300; + border: 1px dotted gray; +}