Browse Source

Login window: do not focus buttons when clicking

fix #2446
pull/2455/head
Zetok Zalbavar 10 years ago
parent
commit
ff1aa5068e
No known key found for this signature in database
GPG Key ID: C953D3880212068A
  1. 6
      ui/loginScreen/loginScreen.css

6
ui/loginScreen/loginScreen.css

@ -46,9 +46,3 @@ QStackedWidget QPushButton @@ -46,9 +46,3 @@ QStackedWidget QPushButton
#createAccountButton:hover {
background: #0c530d;
}
#loginButton:focus,
#createAccountButton:focus {
background: #003300;
border: 1px dotted gray;
}

Loading…
Cancel
Save