diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-10-14 17:21:56 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-10-14 17:21:56 -0400 |
commit | fe0879b7868dc87cd3d7625e270e7a1bd514f98b (patch) | |
tree | 2c227c57d086d63dd9a69e33820564499879f71f /src/main/resources/net/sowgro/npehero/style.css | |
parent | 8dd5ddc54f2a38d6c803a2e602898c3b5292f094 (diff) | |
download | NPEhero-fe0879b7868dc87cd3d7625e270e7a1bd514f98b.tar.gz NPEhero-fe0879b7868dc87cd3d7625e270e7a1bd514f98b.tar.bz2 NPEhero-fe0879b7868dc87cd3d7625e270e7a1bd514f98b.zip |
Move failed indicators in LevelList and DiffList
Diffstat (limited to 'src/main/resources/net/sowgro/npehero/style.css')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 6 |
1 files changed, 1 insertions, 5 deletions
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; |