From 95e5816e1bb340f014e513a0076df9ae06cbda4d Mon Sep 17 00:00:00 2001 From: crschnick Date: Fri, 7 Mar 2025 15:40:00 +0000 Subject: [PATCH] Style fixes --- .../io/xpipe/app/resources/style/store-entry-comp.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/app/src/main/resources/io/xpipe/app/resources/style/store-entry-comp.css b/app/src/main/resources/io/xpipe/app/resources/style/store-entry-comp.css index 442922075..d1d785b09 100644 --- a/app/src/main/resources/io/xpipe/app/resources/style/store-entry-comp.css +++ b/app/src/main/resources/io/xpipe/app/resources/style/store-entry-comp.css @@ -24,15 +24,11 @@ -fx-text-fill: -color-fg-muted; } -.store-entry-grid:failed .jfx-text-field { - -fx-text-fill: #ee4829; -} - -.root:dark .store-entry-grid:incomplete .name { +.root:dark .store-entry-grid:incomplete .name, .root:dark .store-entry-grid:failed .name { -fx-text-fill: #aa473c; } -.root:light .store-entry-grid:incomplete .name { +.root:light .store-entry-grid:incomplete .name, .root:light .store-entry-grid:failed .name { -fx-text-fill: #88352b; }