mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Integrate border colors better with Nextcloud 25 theme
This commit is contained in:
parent
8c356d8154
commit
199d1d4c42
2 changed files with 4 additions and 4 deletions
|
|
@ -151,7 +151,7 @@ html.rl-side-preview-pane {
|
|||
.dropdown-menu * + .dividerbar {
|
||||
margin-top: 9px;
|
||||
padding-top: 9px;
|
||||
border-top: 1px solid #e5e5e5;
|
||||
border-top: 1px solid var(--border-color, #e5e5e5);
|
||||
}
|
||||
|
||||
.dropdown.show {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue