Small fixes [stage]

This commit is contained in:
crschnick 2023-06-01 03:25:30 +00:00
parent 347ce98bef
commit 82030109dc
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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;
}