mirror of
https://github.com/zadam/trilium.git
synced 2025-11-30 04:24:24 +01:00
style(mobile/context_menu): improve delimiter color in light theme
This commit is contained in:
parent
59ebfa6cc7
commit
8200c0b0ab
@ -342,8 +342,8 @@ body.mobile .dropdown-menu {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
padding: var(--dropdown-menu-padding-vertical) var(--dropdown-menu-padding-horizontal) !important;
|
padding: var(--dropdown-menu-padding-vertical) var(--dropdown-menu-padding-horizontal) !important;
|
||||||
background: var(--card-background-color);
|
background: var(--card-background-color);
|
||||||
border-bottom: 1px solid var(--main-border-color) !important;
|
border-bottom: 1px solid var(--menu-item-delimiter-color) !important;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item:first-of-type,
|
.dropdown-item:first-of-type,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user