From 82030109dc2b0315826568060cd72795019c9417 Mon Sep 17 00:00:00 2001 From: crschnick Date: Thu, 1 Jun 2023 03:25:30 +0000 Subject: [PATCH] Small fixes [stage] --- .../io/xpipe/app/resources/lang/preferences_en.properties | 2 +- .../io/xpipe/app/resources/style/multi-step-comp.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties b/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties index 493b83fd..81ccfa94 100644 --- a/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties +++ b/app/src/main/resources/io/xpipe/app/resources/lang/preferences_en.properties @@ -36,7 +36,7 @@ externalStartupBehaviour=External startup behaviour externalStartupBehaviourDescription=Controls the behavior of the desktop application when XPipe is started from for example the CLI or an API. clearCachesAlertTitle=Clean Cache clearCachesAlertTitleHeader=Do you want to clean all XPipe caches? -clearCachesAlertTitleContent=Note that this will delete all the data that is stored to improve the user experience, for example file usage histories. +clearCachesAlertTitleContent=Note that this will delete all the data that is stored to improve the user experience. startGui=Start GUI startInTray=Start in tray startInBackground=Start in background diff --git a/app/src/main/resources/io/xpipe/app/resources/style/multi-step-comp.css b/app/src/main/resources/io/xpipe/app/resources/style/multi-step-comp.css index ba6a2a62..118de202 100644 --- a/app/src/main/resources/io/xpipe/app/resources/style/multi-step-comp.css +++ b/app/src/main/resources/io/xpipe/app/resources/style/multi-step-comp.css @@ -40,6 +40,10 @@ -fx-border-radius: 4px; } +.multi-step-comp { +-fx-background-color: -color-bg-default; +} + .multi-step-comp .entry:completed .circle { -fx-background-color: #0B9F9B; }