diff --git a/Launcher/runtime/dialog/offline/offline.html b/Launcher/runtime/dialog/offline/offline.html deleted file mode 100644 index d81ea104..00000000 --- a/Launcher/runtime/dialog/offline/offline.html +++ /dev/null @@ -1,16 +0,0 @@ - - - - - Offline-режим - - - -

Offline-режим

-Лаунчер запущен в Offline-режиме. В этом режиме Вы можете запустить любой ранее загруженный клиент -с любым именем пользователя, при этом вход на серверы с авторизацией, а так же система скинов и плащей может не - работать. -Скорее всего, проблема вызвана сбоем на сервере или неполадками в интернет-подключении. -Проверьте состояние интернет-подключения или обратитесь к администратору сервера. - - \ No newline at end of file diff --git a/Launcher/runtime/dialog/overlay/debug/debug.css b/Launcher/runtime/dialog/overlay/debug/debug.css index 4edf88b4..85f6905f 100644 --- a/Launcher/runtime/dialog/overlay/debug/debug.css +++ b/Launcher/runtime/dialog/overlay/debug/debug.css @@ -24,7 +24,6 @@ #overlay > #action.close { -fx-background-radius: 0; -fx-text-fill: white; -fx-background-position: center; - -jfx-button-type: FLAT; -fx-background-color: #2d83ce; -fx-pref-width: 150px; -fx-pref-height: 25px; @@ -44,7 +43,6 @@ #overlay > #action.kill { -fx-background-radius: 0; -fx-text-fill: white; -fx-background-position: center; - -jfx-button-type: FLAT; -fx-background-color: #CE5757; -fx-pref-width: 150px; -fx-pref-height: 25px; diff --git a/Launcher/runtime/dialog/overlay/settings/settings.css b/Launcher/runtime/dialog/overlay/settings/settings.css index 4cd880f7..544826aa 100644 --- a/Launcher/runtime/dialog/overlay/settings/settings.css +++ b/Launcher/runtime/dialog/overlay/settings/settings.css @@ -46,7 +46,6 @@ #holder > #deleteDir, #cancelTransfer { -fx-background-radius: 0; -fx-text-fill: white; -fx-background-position: center; - -jfx-button-type: FLAT; -fx-background-color: #CE5757; -fx-pref-width: 150px; -fx-pref-height: 25px; @@ -73,7 +72,6 @@ #holder > #apply,#applyTransfer{ -fx-background-radius: 0; -fx-text-fill: white; -fx-background-position: center; - -jfx-button-type: FLAT; -fx-pref-width: 150px; -fx-pref-height: 25px; } diff --git a/Launcher/runtime/dialog/servers.css b/Launcher/runtime/dialog/servers.css index ce53884e..11d11a93 100644 --- a/Launcher/runtime/dialog/servers.css +++ b/Launcher/runtime/dialog/servers.css @@ -2,7 +2,6 @@ /* Server buttons */ .server-button { - -jfx-button-type: FLAT; -fx-font-weight: bold; -fx-font-size: 16pt; -fx-background-color: transparent; diff --git a/Launcher/runtime/dialog/styles.css b/Launcher/runtime/dialog/styles.css index b2b2f356..0091ec73 100644 --- a/Launcher/runtime/dialog/styles.css +++ b/Launcher/runtime/dialog/styles.css @@ -113,7 +113,6 @@ #bar { /** buttons in bar **/ #close { -fx-background-position: center; - -jfx-button-type: FLAT; -fx-background-radius: 0; -fx-background-color: #CE5757; -fx-pref-width: 46px; @@ -121,7 +120,6 @@ #close { } #hide, #back, #goConsole, #settings, #discord { -fx-background-position: center; - -jfx-button-type: FLAT; -fx-background-radius: 0; -fx-pref-width: 46px; -fx-pref-height: 45px; @@ -148,7 +146,6 @@ #send { -fx-background-radius: 0; -fx-text-fill: black; -fx-background-position: center; - -jfx-button-type: FLAT; -fx-background-color: #ffffff; -fx-pref-width: 150px; -fx-pref-height: 30px; @@ -172,7 +169,6 @@ #logo { /** Buttons & textarea**/ .auth { - -jfx-button-type: FLAT; -fx-font-weight: bold; -fx-font-size: 13pt; -fx-background-radius: 0; @@ -291,7 +287,6 @@ .serverentrance { /** buttons **/ .clientLaunch{ - -jfx-button-type: FLAT; -fx-font-weight: bold; -fx-font-size: 16pt; -fx-background-radius: 0; @@ -300,23 +295,12 @@ .clientLaunch{ } .clientSettings{ -fx-background-position: center; - -jfx-button-type: FLAT; -fx-background-color: #5fd97a; -fx-background-radius: 0; } .clientLaunch:hover, .clientLaunch:pressed { -fx-background-color: #75e18c; } -/* Pressets options */ -.pressetLight, .pressetMedium, .pressetHigh { - -jfx-toggle-color: #5fd97a; - -jfx-untoggle-color: #FAFAFA; - -jfx-toggle-line-color: rgba(116, 192, 133, 0.79); - -jfx-untoggle-line-color: #999999; - -jfx-size: 10.0; - -jfx-disable-visual-focus: false; -} - /* Scrolls */ .scroll-pane { -fx-background-color: transparent; @@ -407,7 +391,6 @@ #serverinfo > .viewport { #servercontainer{ -fx-background-color: transparent; - -jfx-button-type: FLAT; -fx-pref-width: 282px; -fx-pref-height: 75px; }