diff options
Diffstat (limited to 'assets/css/screen.css')
-rw-r--r-- | assets/css/screen.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/css/screen.css b/assets/css/screen.css index 1517a56..79dd0a3 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -151,6 +151,15 @@ table { .multipart.text-x-patch { } +.attachment:before { + background-image: url('/img/file.svg'); + background-size: 1rem; + display: inline-block; + height: 1rem; + width: 1rem; + content: ""; +} + .message .from .address { font-weight: bold; } |