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

Merge remote-tracking branch 'codedust/pr-loginbutton-focus'

This commit is contained in:
agilob 2015-10-21 19:04:36 +01:00
commit 33334dd83e
No known key found for this signature in database
GPG Key ID: 296F0B764741106C

View File

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