From b712c1671a0fd19183bbba136fc3fd18736fd157 Mon Sep 17 00:00:00 2001 From: Michael-Jouanneau Date: Thu, 22 Dec 2016 11:41:23 +0100 Subject: [PATCH] Added things --- src/assets/style/default-theme.css | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/src/assets/style/default-theme.css b/src/assets/style/default-theme.css index c5911be..cea3c37 100644 --- a/src/assets/style/default-theme.css +++ b/src/assets/style/default-theme.css @@ -146,13 +146,31 @@ -fx-border-color: white; -fx-border-width: 0px 0px 2px 0px; } -#minecraft-login, #close-minecraft-login-window { - -fx-background-color: #252525; - -fx-background-radius: 0em; +#minecraft-login { + -fx-background-color: #251606; + -fx-background-radius: 2px; + -fx-border-width: 1px; + -fx-border-color: white; -fx-text-fill: white; } #minecraft-login:hover, #close-minecraft-login-window:hover{ - -fx-background-color: #bcbcbc; - -fx-background-radius: 0em; - -fx-text-fill: black; + -fx-background-color: #46231c; + -fx-background-radius: 2px; + -fx-border-width: 1px; + -fx-border-color: white; + -fx-text-fill: white; +} +#close-minecraft-login-window { + -fx-background-color: #0d250c; + -fx-background-radius: 2px; + -fx-border-width: 1px; + -fx-border-color: white; + -fx-text-fill: white; +} +#close-minecraft-login-window:hover{ + -fx-background-color: #0c4422; + -fx-background-radius: 2px; + -fx-border-width: 1px; + -fx-border-color: white; + -fx-text-fill: white; } \ No newline at end of file