From e686c0896a34713178b675eef05e81f90b200a58 Mon Sep 17 00:00:00 2001
From: tobias <thinkdifferent055@gmail.com>
Date: Sun, 17 Feb 2019 14:01:40 +0100
Subject: [PATCH] Change text size in buttons

---
 PlayWall/src/main/resources/style/components/button.css | 1 +
 PlayWall/src/main/resources/style/touch.css             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/PlayWall/src/main/resources/style/components/button.css b/PlayWall/src/main/resources/style/components/button.css
index 880f3d3d..193c8281 100644
--- a/PlayWall/src/main/resources/style/components/button.css
+++ b/PlayWall/src/main/resources/style/components/button.css
@@ -2,6 +2,7 @@
 	-fx-background-color: #5c5c5c;
 	-fx-text-fill: #efefef;
 	-fx-background-radius: 3px;
+	-fx-font-size: 1.1em;
 	-fx-border-width: 0;
 }
 
diff --git a/PlayWall/src/main/resources/style/touch.css b/PlayWall/src/main/resources/style/touch.css
index 2a745726..cf359ea8 100644
--- a/PlayWall/src/main/resources/style/touch.css
+++ b/PlayWall/src/main/resources/style/touch.css
@@ -8,7 +8,7 @@
 }
 
 .button {
-	-fx-font-size: 18px;
+	-fx-font-size: 1.4em;
 }
 
 .slider .track {
-- 
GitLab