mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
fix: Incorrectly colored separator
This commit is contained in:
parent
c3c7aa9aef
commit
ef4ccdfb99
1 changed files with 3 additions and 1 deletions
|
|
@ -1143,7 +1143,9 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
|||
padding: 8px;
|
||||
}
|
||||
|
||||
#rl-app .legend {
|
||||
#rl-app .legend,
|
||||
#rl-app #V-AdminPane hr,
|
||||
#rl-app #V-SettingsPane hr {
|
||||
color: unset;
|
||||
border-color: var(--color-border);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue