balloontoolbar.css 489 B

1234567891011121314151617
  1. /*
  2. Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .cke_balloon.cke_balloontoolbar span:last-child a:last-child::after,
  6. .cke_balloon.cke_balloontoolbar span:last-child a:last-child:hover::after,
  7. .cke_balloon.cke_balloontoolbar span:last-child::after
  8. {
  9. border-right: 0;
  10. }
  11. .cke_balloon.cke_balloontoolbar .cke_combo
  12. {
  13. margin-bottom: 0;
  14. margin-right: 2px;
  15. }