aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/net/sowgro/npehero/style.css5
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;
}