diff --git a/ui (gen4)/css/widget/overlay.css b/ui (gen4)/css/widget/overlay.css
index edb59fe8..70c5c885 100755
--- a/ui (gen4)/css/widget/overlay.css
+++ b/ui (gen4)/css/widget/overlay.css
@@ -48,10 +48,12 @@
...need a way to go around this...
*/
.blur>* {
- -webkit-filter: blur(2px);
- filter: blur(2px);
+ -webkit-filter: blur(2px) saturate(0.5);
+ filter: blur(2px) saturate(0.5);
}
.blur>.overlay-widget {
-webkit-filter: none;
filter: none;
}
+
+
diff --git a/ui (gen4)/index.html b/ui (gen4)/index.html
index dd66923b..030f5d0f 100755
--- a/ui (gen4)/index.html
+++ b/ui (gen4)/index.html
@@ -4,6 +4,8 @@
+
+