From 60b981ee22fbfd48a6730c58808882277e637e34 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 4 Mar 2016 06:54:39 +0300 Subject: [PATCH] some more cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/layout.css | 3 +-- ui (gen4)/css/layout.less | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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%;