- Created keybindingcontroller which can detect keypress and can save the keybind throughout the app

- Changed keybindingglyph to keyboard icon
- Fix button hover CSS to change text fill

#story[1278]
This commit is contained in:
Zhi You Tan
2017-09-20 02:42:02 +12:00
parent 8084a61333
commit a1933c2869
4 changed files with 137 additions and 13 deletions
@@ -19,6 +19,7 @@ Label {
JFXButton:hover {
-fx-font-size: 20px;
-fx-background-color: -fx-pp-light-theme-color;
-fx-text-fill: -fx-pp-light-text-color;
}
JFXButton:focused {