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:
commit
33334dd83e
|
@ -46,3 +46,9 @@ QStackedWidget QPushButton
|
||||||
#createAccountButton:hover {
|
#createAccountButton:hover {
|
||||||
background: #0c530d;
|
background: #0c530d;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#loginButton:focus,
|
||||||
|
#createAccountButton:focus {
|
||||||
|
background: #003300;
|
||||||
|
border: 1px dotted gray;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user