mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 10:22:29 +08:00
style(client): fix dropdown selection color
This commit is contained in:
parent
f99a59359d
commit
255c69b867
@ -24,7 +24,7 @@
|
||||
--bs-body-font-family: var(--main-font-family) !important;
|
||||
--bs-body-font-weight: var(--main-font-weight) !important;
|
||||
--bs-body-color: var(--main-text-color) !important;
|
||||
--bs-body-bg: var(--main-background-color) !important;
|
||||
--bs-body-bg: var(--main-background-color) !important;
|
||||
}
|
||||
|
||||
.table {
|
||||
@ -326,6 +326,7 @@ button kbd {
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
--bs-dropdown-zindex: 999;
|
||||
--bs-dropdown-link-active-bg: var(--active-item-background-color) !important;
|
||||
}
|
||||
|
||||
body.desktop .dropdown-menu {
|
||||
|
Loading…
x
Reference in New Issue
Block a user