aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/net/sowgro/npehero/style.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-10-14 17:21:56 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-10-14 17:21:56 -0400
commitfe0879b7868dc87cd3d7625e270e7a1bd514f98b (patch)
tree2c227c57d086d63dd9a69e33820564499879f71f /src/main/resources/net/sowgro/npehero/style.css
parent8dd5ddc54f2a38d6c803a2e602898c3b5292f094 (diff)
downloadNPEhero-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-xsrc/main/resources/net/sowgro/npehero/style.css6
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;