1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Login window: do not focus buttons when clicking

fix #2446
This commit is contained in:
Zetok Zalbavar 2015-10-23 17:47:30 +01:00
parent 636bb91898
commit ff1aa5068e
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

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