mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Fix default messageListItem border left color for dark mode
This commit is contained in:
parent
e1d66d90ae
commit
d43d3340e4
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ html:not(rl-mobile) {
|
|||
cursor: pointer;
|
||||
border: 0;
|
||||
border-bottom: 1px solid rgba(153, 153, 153, 0.2);
|
||||
border-left: 6px solid #eee;
|
||||
border-left: 6px solid transparent;
|
||||
display: flex;
|
||||
font-size: 13px;
|
||||
line-height: 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue