diff --git a/src/assets/dashboard-theme b/src/assets/dashboard-theme index 319eff1..141c71c 160000 --- a/src/assets/dashboard-theme +++ b/src/assets/dashboard-theme @@ -1 +1 @@ -Subproject commit 319eff1cc355ffc4148cf20c4ba23e15fbc6a6f6 +Subproject commit 141c71c3104bab1382e6008697043ea87e03ea44 diff --git a/src/assets/monitor-dashboard-custom.less b/src/assets/monitor-dashboard-custom.less index 3f69197..2a407e8 100644 --- a/src/assets/monitor-dashboard-custom.less +++ b/src/assets/monitor-dashboard-custom.less @@ -48,3 +48,8 @@ #filters_switcher_toggle { top: 400px !important; } + +/* Quick fix for svgs with a class that makes their opacity: 0.5*/ +svg .a { + opacity: 1 !important; +}