File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
apps/client/src/stylesheets Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -494,6 +494,10 @@ body #context-menu-container .dropdown-item > span {
494494 width : 100% ;
495495}
496496
497+ .dropdown-menu .note-color-picker {
498+ padding : 10px 12px 8px 12px ;
499+ }
500+
497501.cm-editor {
498502 height : 100% ;
499503 outline : none !important ;
Original file line number Diff line number Diff line change @@ -347,6 +347,12 @@ li.dropdown-item a.dropdown-item-button:focus-visible {
347347 outline : 2px solid var (--input-focus-outline-color ) !important ;
348348}
349349
350+ : root .dropdown-menu .note-color-picker {
351+ padding : 4px 10px ;
352+ --note-color-picker-clear-color-cell-background : var (--main-text-color );
353+ --note-color-picker-clear-color-cell-selection-outline-color : var (--main-text-color );
354+ }
355+
350356/*
351357 * TOASTS
352358 */
You can’t perform that action at this time.
0 commit comments