Prevent making the ACTrigger visible when the form is disabled
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 04:27:10 +0000 (23:27 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 10 Mar 2010 04:27:10 +0000 (23:27 -0500)
horde/themes/screen.css

index ccf0ac3..1cbf72f 100644 (file)
@@ -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;