From 727a68c8f2875f665e3ae104af3725c70e3a3e5d Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 9 Mar 2010 23:27:10 -0500 Subject: [PATCH] Prevent making the ACTrigger visible when the form is disabled --- horde/themes/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horde/themes/screen.css b/horde/themes/screen.css index ccf0ac302..1cbf72ffd 100644 --- a/horde/themes/screen.css +++ b/horde/themes/screen.css @@ -1078,7 +1078,7 @@ div.GrowlerNoticeExit:hover { -moz-border-radius-topright:4px; margin:5px; } -.hordeACTrigger, .hordeACTrigger:focus { +.hordeACTrigger, .hordeACTrigger:focus, .hordeACTrigger:disabled { background:transparent none repeat scroll 0 0; border:0 none; display:inline; -- 2.11.0