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
Родитель 004469e627
Коммит fca0dec01b
1 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -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;