From 811ec322b9c8e89917e6c9265402e2adfda32ddf Mon Sep 17 00:00:00 2001 From: NIKITA Date: Thu, 17 Feb 2011 17:13:35 -0800 Subject: [PATCH] added class for actionbutton so that it can transparent --- ui/css/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ui/css/main.css b/ui/css/main.css index c7da1e36f36..9dfa03392f7 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -2248,6 +2248,8 @@ a:hover.search_button { padding:0; cursor:pointer; cursor:hand; + + } @@ -2268,6 +2270,18 @@ a:hover.search_button { padding:0; } +.actionpanel_button_hidden{ + width:auto; + height:27px; + float:left; + margin:0; + padding:0; + filter:alpha(opacity=50); + -moz-opacity:0.5; + -khtml-opacity: 0.5; + opacity: 0.5; + +} .actionpanel_button_links{ width:auto;