Integrate border colors better with Nextcloud 25 theme

This commit is contained in:
the-djmaze 2022-11-04 15:47:09 +01:00
parent 8c356d8154
commit 199d1d4c42
2 changed files with 4 additions and 4 deletions

View file

@ -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 {