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

Add :focus selector for the login button in loginScreen.css

This commit is contained in:
codedust 2015-10-21 14:12:18 +02:00
parent c07aee18ad
commit 91b712f62c

View File

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