diff --git a/ui (gen4)/css/layout.css b/ui (gen4)/css/layout.css index be5c49ee..dd9394d8 100644 --- a/ui (gen4)/css/layout.css +++ b/ui (gen4)/css/layout.css @@ -788,7 +788,7 @@ stretching in width... */ bottom: 10px; left: auto; right: 10px; - box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.7); + box-shadow: 1px 1px 7px -1.3px rgba(0, 0, 0, 0.8); box-sizing: border-box; border-radius: 50%; background: blue; @@ -1226,7 +1226,6 @@ stretching in width... */ margin-bottom: 4px; width: 10px; height: 10px; - box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.7); box-sizing: border-box; border-radius: 50%; background: blue; diff --git a/ui (gen4)/css/layout.less b/ui (gen4)/css/layout.less index db9da863..522c73bf 100755 --- a/ui (gen4)/css/layout.less +++ b/ui (gen4)/css/layout.less @@ -813,7 +813,7 @@ stretching in width... */ left: auto; right: 10px; - box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.7); + box-shadow: 1px 1px 7px -1.3px rgba(0,0,0,0.8); box-sizing: border-box; border-radius: 50%; @@ -1099,7 +1099,7 @@ stretching in width... */ width: 10px; height: 10px; - box-shadow: 2px 2px 20px -2px rgba(0,0,0,0.7); + //box-shadow: 1px 1px 10px -2px rgba(0,0,0,0.7); box-sizing: border-box; border-radius: 50%;