diff --git a/eclair-node/src/main/resources/gui/main/notifications.fxml b/eclair-node/src/main/resources/gui/main/notifications.fxml index 5a6ffb175..b7192f87a 100644 --- a/eclair-node/src/main/resources/gui/main/notifications.fxml +++ b/eclair-node/src/main/resources/gui/main/notifications.fxml @@ -5,7 +5,7 @@ + style="-fx-background-color: transparent" styleClass="notifications-box" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1"> diff --git a/eclair-node/src/main/resources/gui/splash/splash.css b/eclair-node/src/main/resources/gui/splash/splash.css index 8dd6a5edf..0e79106ea 100644 --- a/eclair-node/src/main/resources/gui/splash/splash.css +++ b/eclair-node/src/main/resources/gui/splash/splash.css @@ -1,7 +1,3 @@ -.transparent { - -fx-background-color: transparent; -} - .label.splash-error-label { -fx-padding: .25em; } @@ -9,6 +5,6 @@ .error-box { -fx-padding: 2em; -fx-border-width: 1px; - -fx-background-color: white; + -fx-background-color: #f6f6f6; -fx-border-color: rgb(80,80,80); } \ No newline at end of file diff --git a/eclair-node/src/main/resources/gui/splash/splash.fxml b/eclair-node/src/main/resources/gui/splash/splash.fxml index 77468d827..a3a081b84 100644 --- a/eclair-node/src/main/resources/gui/splash/splash.fxml +++ b/eclair-node/src/main/resources/gui/splash/splash.fxml @@ -10,7 +10,7 @@