From f07baa91998785086227b2834724a888c7e7c229 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 10 Oct 2013 20:23:38 -0700 Subject: more readability improvements --- view/theme/redbasic/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'view/theme') diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1c75c9d58..f1f58cc44 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3013,8 +3013,8 @@ nav .nav-notify { -moz-border-radius: $radiuspx; -webkit-border-radius: $radiuspx; border-radius: $radiuspx; - opacity: 0.6; - filter:alpha(opacity=60); +/* opacity: 0.6; + filter:alpha(opacity=60); */ } .nav-notify:hover, nav .nav-notify.active span { -- cgit v1.2.3