From 3c3a9fa693f0cf67fe02fb3ce5380ebe17db30ea Mon Sep 17 00:00:00 2001 From: LoomeL Date: Mon, 2 Sep 2019 13:41:25 +0600 Subject: [PATCH] =?UTF-8?q?[FIX]=20=D0=97=D0=B0=D0=BC=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?id=20=D0=B2=20styles.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/runtime/dialog/styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Launcher/runtime/dialog/styles.css b/Launcher/runtime/dialog/styles.css index e613ab1d..c80e9a77 100644 --- a/Launcher/runtime/dialog/styles.css +++ b/Launcher/runtime/dialog/styles.css @@ -129,7 +129,7 @@ #hide, #back, #goConsole, #settings, -#discord { +#link_discord { -fx-background-position: center; -fx-background-radius: 0; -fx-pref-width: 46px; @@ -218,7 +218,7 @@ .text-input { } /** Hyperlink **/ -#link { +#link_link { -fx-font-weight: bold; -fx-font-size: 7pt; -fx-opacity: 0.5; @@ -227,8 +227,8 @@ #link { -fx-pref-height: 17px; } -#link:hover, -#link:pressed { +#link_link:hover, +#link_link:pressed { -fx-opacity: 0.8; }