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:
parent
c07aee18ad
commit
91b712f62c
@ -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…
x
Reference in New Issue
Block a user