Browse Source

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

pull/2430/head
codedust 10 years ago
parent
commit
91b712f62c
  1. 6
      ui/loginScreen/loginScreen.css

6
ui/loginScreen/loginScreen.css

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

Loading…
Cancel
Save