Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit cd94668

Browse files
committed
style(next)/restyle CKEditor: restyle tooltips
1 parent 99e6a64 commit cd94668

File tree

1 file changed

+13
-0
lines changed
  • src/public/stylesheets/theme-next/notes

1 file changed

+13
-0
lines changed

src/public/stylesheets/theme-next/notes/text.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,19 @@
5353
background: transparent;
5454
}
5555

56+
/* Tooltip */
57+
:root div.ck.ck-balloon-panel.ck-tooltip {
58+
--ck-color-panel-background: var(--toast-background); /* Arrow */
59+
border-color: transparent !important;
60+
border-radius: 6px !important;
61+
padding: 0 10px 2px 10px;
62+
background-color: var(--toast-background) !important;
63+
}
64+
65+
:root div.ck.ck-balloon-panel.ck-tooltip * {
66+
color: var(--toast-text-color) !important;
67+
}
68+
5669
/* Dropdown list item */
5770
:root ul.ck.ck-list button.ck-button {
5871
padding: 2px 16px;

0 commit comments

Comments
 (0)