backport qt5.9 opacity fix

from bbbd3e95c5
This commit is contained in:
Damien Elmes 2020-09-30 11:18:39 +10:00
parent 358e337796
commit 84dcaa8638

View file

@ -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;