From: Michael J. Rubinsky Date: Wed, 10 Mar 2010 04:27:10 +0000 (-0500) Subject: Prevent making the ACTrigger visible when the form is disabled X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=727a68c8f2875f665e3ae104af3725c70e3a3e5d;p=horde.git Prevent making the ACTrigger visible when the form is disabled --- 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;