mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	style(next)/restyle CKEditor: restyle tooltips
This commit is contained in:
		| @@ -53,6 +53,19 @@ | |||||||
|     background: transparent; |     background: transparent; | ||||||
| } | } | ||||||
|  |  | ||||||
|  | /* Tooltip */ | ||||||
|  | :root div.ck.ck-balloon-panel.ck-tooltip { | ||||||
|  |     --ck-color-panel-background: var(--toast-background); /* Arrow */ | ||||||
|  |     border-color: transparent !important; | ||||||
|  |     border-radius: 6px !important; | ||||||
|  |     padding: 0 10px 2px 10px; | ||||||
|  |     background-color: var(--toast-background) !important; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | :root div.ck.ck-balloon-panel.ck-tooltip * { | ||||||
|  |     color: var(--toast-text-color) !important; | ||||||
|  | } | ||||||
|  |  | ||||||
| /* Dropdown list item */ | /* Dropdown list item */ | ||||||
| :root ul.ck.ck-list button.ck-button { | :root ul.ck.ck-list button.ck-button { | ||||||
|     padding: 2px 16px; |     padding: 2px 16px; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user