Dim the attachment border line

This commit is contained in:
Orien Vandenbergh 2017-11-02 15:31:00 -06:00
parent d18125a64f
commit 8a46fb4c74

View File

@ -296,6 +296,10 @@ ts-message {
box-shadow: none !important; box-shadow: none !important;
} }
.msg_inline_attachment_column.column_border {
background-color: var(--border-dim);
}
ts-message:hover { ts-message:hover {
background: var(--background-hover) !important; background: var(--background-hover) !important;
} }