From 9855ac49540f5b27e349db99b2e65af0d5e5da2d Mon Sep 17 00:00:00 2001 From: Andrew Molchanov Date: Wed, 10 Jun 2020 05:15:39 +0300 Subject: [PATCH] =?UTF-8?q?[ANY]=20=D0=9E=D1=82=D0=BA=D0=B0=D0=BA=D1=82=20?= =?UTF-8?q?=D0=BC=D0=B5=D0=BB=D0=BA=D0=BE=D0=B9=20=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BA=D0=B8=20=D0=BF=D0=BE=20=D0=B4=D0=B8=D0=B7=D0=B0=D0=B9?= =?UTF-8?q?=D0=BD=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher/runtime/dialog/overlay/update/update.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Launcher/runtime/dialog/overlay/update/update.css b/Launcher/runtime/dialog/overlay/update/update.css index 1b2a9171..63f3a7b9 100644 --- a/Launcher/runtime/dialog/overlay/update/update.css +++ b/Launcher/runtime/dialog/overlay/update/update.css @@ -29,6 +29,14 @@ .progress-bar { -fx-background-color: transparent; } +.progress-indicator { + -fx-background-color: transparent; +} + +.progress-indicator .indicator { + -fx-background-color: transparent; +} + .progress-indicator:indeterminate *.segment { -fx-background-color: rgba(33, 150, 243, 0.8); }