diff options
Diffstat (limited to 'src/main/resources/net/sowgro/npehero/style.css')
-rwxr-xr-x | src/main/resources/net/sowgro/npehero/style.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/main/resources/net/sowgro/npehero/style.css b/src/main/resources/net/sowgro/npehero/style.css index e4d34f0..0697632 100755 --- a/src/main/resources/net/sowgro/npehero/style.css +++ b/src/main/resources/net/sowgro/npehero/style.css @@ -168,8 +168,7 @@ Slider:focused .thumb{ /* scroll bars */ -.scroll-bar:horizontal , -.scroll-bar:vertical{ +.scroll-bar:horizontal, .scroll-bar:vertical { -fx-font-size: 10px; -fx-background-color :transparent; -fx-border-color :transparent; @@ -177,7 +176,7 @@ Slider:focused .thumb{ -fx-border-radius :2.0em; } -.increment-button ,.decrement-button { +.increment-button, .decrement-button { -fx-background-color:transparent; -fx-border-color:transparent; } |