From 16bed7b42671cd2ab4580b26c0fa88109359829c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 12 Apr 2016 09:06:05 +0300 Subject: [PATCH] minor tweaks... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/layout.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/css/layout.less b/ui (gen4)/css/layout.less index 2732f255..a59ca579 100755 --- a/ui (gen4)/css/layout.less +++ b/ui (gen4)/css/layout.less @@ -1038,14 +1038,14 @@ stretching in width... */ padding-right: 10px; box-sizing: border-box; - background: black; + background: rgba(0, 0, 0, 0.6); color: silver; text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.3); - opacity: 0.6; + opacity: 0.9; } .overlay-info>* { float: left; @@ -1075,7 +1075,6 @@ stretching in width... */ } .overlay-info.minimal { - opacity: 0.9; background: transparent; //background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%); //background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 100%);