Merge pull request #24140 from eileenmcnaughton/invoice_test
[civicrm-core.git] / ang / crmAttachment.css
CommitLineData
f44610a1 1.crm-attachments {
65659586 2 border: 1px solid transparent;
f44610a1
TO
3}
4
5.crm-attachments.nv-file-over {
65659586 6 border: 1px solid red;
f44610a1
TO
7}
8
9.crm-attachments td.filename {
65659586
EM
10 font-size: 0.8em;
11 font-family: 'Courier New', monospace;
12 vertical-align: middle;
f44610a1
TO
13}
14
15.crm-attachments td.filename-new {
65659586 16 font-style: italic;
f44610a1
TO
17}
18
19.crm-attachments td .crm-form-text {
65659586 20 width: 30em;
f44610a1 21}