From e14d1f4028db005af3972e1692fbe7245d9ebf76 Mon Sep 17 00:00:00 2001 From: Tobias Hagemann Date: Mon, 23 May 2022 13:15:24 +0200 Subject: [PATCH] cleaned up css files [ci skip] --- src/main/resources/css/dark_theme.css | 2 ++ src/main/resources/css/light_theme.css | 13 ++----------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/src/main/resources/css/dark_theme.css b/src/main/resources/css/dark_theme.css index a00e46845..532a659a6 100644 --- a/src/main/resources/css/dark_theme.css +++ b/src/main/resources/css/dark_theme.css @@ -834,6 +834,7 @@ -fx-background-color: PROGRESS_BAR_BG; -fx-background-radius: 4px; } + /******************************************************************************* * * * I/O Statistics * @@ -884,6 +885,7 @@ .default-color0.chart-series-area-line { -fx-stroke: PRIMARY; } + .default-color0.chart-series-area-fill { -fx-fill: linear-gradient(to bottom, PRIMARY, transparent); -fx-stroke: transparent; diff --git a/src/main/resources/css/light_theme.css b/src/main/resources/css/light_theme.css index 09c743705..4c9f7eb22 100644 --- a/src/main/resources/css/light_theme.css +++ b/src/main/resources/css/light_theme.css @@ -832,22 +832,12 @@ -fx-background-color: PROGRESS_BAR_BG; -fx-background-radius: 4px; } + /******************************************************************************* * * * I/O Statistics * * * ******************************************************************************/ -.chart { - -fx-padding: 10px; -} - -.chart-plot-background { - -fx-background-color: MAIN_BG; - -fx-padding: 20px; -} - -/* content */ - .cache-arc-background { -fx-fill: transparent; @@ -893,6 +883,7 @@ .default-color0.chart-series-area-line { -fx-stroke: PRIMARY; } + .default-color0.chart-series-area-fill { -fx-fill: linear-gradient(to bottom, PRIMARY, transparent); -fx-stroke: transparent;