Comment 145 for bug 29312

Revision history for this message
In , W-woods (w-woods) wrote :

Created attachment 255526
mac Screenshot with version 6

Functionally, it looks good. But you stripped out all the attachmentView styling for Mac, and it now looks like a very plain white box (see screenshot). Sorry, I don't have time to produce an update to the patch this afternoon, but if you put back the rest of the styling, I think it'll look fine. I tested it out by adding the following in userChrome.css and it looked OK again:
#attachmentView {
  background-color: #E6E6E6 !important;
  border: 1px solid #C8C8C8 !important;
  -moz-border-radius: 7px !important;
  margin: 0px 6px 6px 6px !important;
  padding: 4px !important;
}

Cheers