mirror of
https://github.com/zadam/trilium.git
synced 2025-11-21 08:04:24 +01:00
client/note color picker: tweak style
This commit is contained in:
parent
926f0f85f3
commit
a5c5486474
@ -494,6 +494,10 @@ body #context-menu-container .dropdown-item > span {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dropdown-menu .note-color-picker {
|
||||||
|
padding: 10px 12px 8px 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-editor {
|
.cm-editor {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
|
|||||||
@ -347,6 +347,12 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
|
|||||||
outline: 2px solid var(--input-focus-outline-color) !important;
|
outline: 2px solid var(--input-focus-outline-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root .dropdown-menu .note-color-picker {
|
||||||
|
padding: 4px 10px;
|
||||||
|
--note-color-picker-clear-color-cell-background: var(--main-text-color);
|
||||||
|
--note-color-picker-clear-color-cell-selection-outline-color: var(--main-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* TOASTS
|
* TOASTS
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user