diff options
Diffstat (limited to 'src/main/resources/net/sowgro')
-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; |