From 6cab754437b608954951e10a997606a71c92478e Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Sun, 10 Feb 2019 15:39:44 +0300 Subject: [PATCH] Minor corrections --- README.md | 1 + src/main/resources/NSLMain.fxml | 10 +++++----- src/main/resources/res/app.css | 1 - 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3eb9692..625b32b 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ JRE 8 or higher. ## Used libraries * OpenJFX https://wiki.openjdk.java.net/display/OpenJFX/Main * usb4java: https://mvnrepository.com/artifact/org.usb4java/usb4java +* Few icons taken from: http://materialdesignicons.com/ ## Tips&tricks ### Add user to udev rules to use NS non-root: diff --git a/src/main/resources/NSLMain.fxml b/src/main/resources/NSLMain.fxml index 1fdca1a..e3114b7 100644 --- a/src/main/resources/NSLMain.fxml +++ b/src/main/resources/NSLMain.fxml @@ -21,28 +21,28 @@ - + - + diff --git a/src/main/resources/res/app.css b/src/main/resources/res/app.css index 39330c5..befaffa 100644 --- a/src/main/resources/res/app.css +++ b/src/main/resources/res/app.css @@ -5,7 +5,6 @@ -fx-background: #2d2d2d; } -/* .button:disabled, .button:focused, .button:pressed, .button:hover{ */ .button, .buttonUp, .buttonStop{ -fx-background-color: #4f4f4f; -fx-border-color: #4f4f4f;