From d66056af9d56d86fdb57061c83c9187ea9f51403 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 10 Jun 2011 20:39:46 -0700 Subject: reduce visibility of lang-select flag (duepuntozero) --- view/theme/duepuntozero/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 68edd02b9..892814804 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -2459,6 +2459,13 @@ a.mail-list-link { position: absolute; left: 0px; top: 0px; + opacity: 0.3; + filter:alpha(opacity=30); +} + +#lang-select-icon:hover { + opacity: 1; + filter:alpha(opacity=100); } -- cgit v1.2.3