diff options
Diffstat (limited to '')
| -rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index 0697632..2897092 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -203,7 +203,7 @@ Slider:focused .thumb{  .t0 {      -fx-font-size: 100; -    -fx-fill: black; +    /*-fx-fill: black;*/  }  .t0e { @@ -275,3 +275,10 @@ CheckBox:selected > .box {      -fx-underline: true;  } +.progress-bar { +    -fx-background-color: transparent; +    -fx-fill: white; +    -fx-padding: 0; +    -fx-accent: white +} +  | 
