UNPKG

ckeditor4

Version:

JavaScript WYSIWYG web text editor.

31 lines (26 loc) 958 B
/* Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved. CKEditor 4 LTS ("Long Term Support") is available under the terms of the Extended Support Model. */ .cke_balloon.cke_balloontoolbar { border: 1px solid #D3D3D3; background: #fff url(../../../../skins/kama/images/sprites.png) repeat-x 0 -150px; background: linear-gradient(to bottom, #fff, #d3d3d3 20px); padding: 0; } .cke_balloon.cke_balloontoolbar .cke_balloon_content { padding: 4px; } /* side: [ bottom, top ] */ .cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_bottom, .cke_balloon.cke_balloontoolbar .cke_balloon_triangle_outer.cke_balloon_triangle_top, .cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_bottom { border-color: #D3D3D3 transparent; } .cke_balloon.cke_balloontoolbar .cke_balloon_triangle_inner.cke_balloon_triangle_top { border-color: #fff transparent; }