From d50ad65211a5a68f1a2aea64ff415ea67a333bd0 Mon Sep 17 00:00:00 2001 From: NIKITA Date: Tue, 22 Feb 2011 11:53:57 -0800 Subject: [PATCH] Hidden action buttons made more lighter --- ui/css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/css/main.css b/ui/css/main.css index 9dfa03392f7..53034376089 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -2276,10 +2276,10 @@ a:hover.search_button { float:left; margin:0; padding:0; - filter:alpha(opacity=50); - -moz-opacity:0.5; - -khtml-opacity: 0.5; - opacity: 0.5; + filter:alpha(opacity=20); + -moz-opacity:0.2; + -khtml-opacity: 0.2; + opacity: 0.2; }