Fix 56193: can't delete mail attachments from compose window in Classic. r=hewitt sr=ben, rtm+

This commit is contained in:
blakeross%telocity.com 2000-10-17 17:03:33 +00:00
parent 004469e627
commit fca0dec01b

View File

@ -258,7 +258,13 @@
-moz-user-focus : none;
}
#attachmentBucket, #attachmentBucketText
#attachmentBucket
{
margin-left : 0px;
-moz-user-focus : normal !important;
}
#attachmentBucketText
{
margin-left : 0px;
-moz-user-focus : none;