From 84dcaa86380f9491c5f6240418235f87180831f7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 30 Sep 2020 11:18:39 +1000 Subject: [PATCH] backport qt5.9 opacity fix from bbbd3e95c5f9eb2cf736ff0db3af4766a0a57617 --- ts/src/stats/graphs.scss | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/ts/src/stats/graphs.scss b/ts/src/stats/graphs.scss index b4e8090e4..ca831d1d1 100644 --- a/ts/src/stats/graphs.scss +++ b/ts/src/stats/graphs.scss @@ -117,8 +117,10 @@ body { .graph .area { pointer-events: none; - fill: #00000008; - stroke: #00000015; + fill: #000000; + stroke: #000000; + fill-opacity: 0.03; + stroke-opacity: 0.08; } .hoverzone rect { @@ -189,8 +191,10 @@ body.night-mode { color: $night-fg; } .graph .area { - fill: #ffffff15; - stroke: #00000030; + fill: #ffffff; + stroke: #000000; + fill-opacity: 0.08; + stroke-opacity: 0.18; } .no-data rect { fill: $night-bg;