From fe0879b7868dc87cd3d7625e270e7a1bd514f98b Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 14 Oct 2024 17:21:56 -0400 Subject: Move failed indicators in LevelList and DiffList --- src/main/resources/net/sowgro/npehero/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/main/resources/net') diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index 2897092..61f2bad 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -267,14 +267,10 @@ CheckBox:selected > .box { /* -fx-border-width: 20; */ } -.red Label { +.red { -fx-text-fill: red; } -.red:hover Label { - -fx-underline: true; -} - .progress-bar { -fx-background-color: transparent; -fx-fill: white; -- cgit v1.2.3