国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
419B

  1. div.cke_dialog_ui_scaytItemList {
  2. border: 1px solid #c9cccf;
  3. }
  4. .cke_scaytItemList-child {
  5. position: relative;
  6. padding: 6px 30px 6px 5px;
  7. overflow: hidden;
  8. text-overflow: ellipsis;
  9. white-space: nowrap;
  10. }
  11. .cke_scaytItemList-child:hover {
  12. background: #ebebeb;
  13. }
  14. .cke_scaytItemList-child .cke_scaytItemList_remove {
  15. position: absolute;
  16. top: 0;
  17. right: 5px;
  18. width: 26px;
  19. height: 26px;
  20. }