mirror of
https://github.com/zadam/trilium.git
synced 2025-12-29 03:29:58 +01:00
Compare commits
2 Commits
feature/ba
...
bugfix/tit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebf0f5928e | ||
|
|
67d6d5c04b |
@@ -436,7 +436,6 @@ body.desktop .tabulator-popup-container,
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.dropdown-menu a:hover:not(.disabled),
|
||||
.dropdown-item:hover:not(.disabled, .dropdown-container-item),
|
||||
.tabulator-menu-item:hover,
|
||||
:root .excalidraw .context-menu .context-menu-item:hover {
|
||||
|
||||
@@ -348,6 +348,8 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
|
||||
}
|
||||
|
||||
.note-split.with-hue *::selection,
|
||||
.quick-edit-dialog-wrapper.with-hue *::selection {
|
||||
.quick-edit-dialog-wrapper.with-hue *::selection,
|
||||
.note-split.with-hue div.note-title-widget input.note-title::selection,
|
||||
.quick-edit-dialog-wrapper.with-hue div.note-title-widget input.note-title::selection {
|
||||
background: hsl(var(--custom-color-hue), 49.2%, 35%);
|
||||
}
|
||||
@@ -319,6 +319,8 @@
|
||||
}
|
||||
|
||||
.note-split.with-hue *::selection,
|
||||
.quick-edit-dialog-wrapper.with-hue *::selection {
|
||||
.quick-edit-dialog-wrapper.with-hue *::selection,
|
||||
.note-split.with-hue div.note-title-widget input.note-title::selection,
|
||||
.quick-edit-dialog-wrapper.with-hue div.note-title-widget input.note-title::selection {
|
||||
background: hsl(var(--custom-color-hue), 60%, 90%);
|
||||
}
|
||||
@@ -21,6 +21,7 @@ div.note-title-widget {
|
||||
|
||||
&::selection {
|
||||
color: var(--main-text-color);
|
||||
background: var(--selection-background-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user