zentaobiz.ui.css 389 B

12345678910111213141516171819202122232425
  1. .htmldiff {
  2. white-space: pre-wrap;
  3. }
  4. .htmldiff del {
  5. color: #D91B1B;
  6. text-decoration: line-through;
  7. }
  8. .htmldiff ins {
  9. color: #0CA76F;
  10. background: rgba(208, 246, 232, 0.4);
  11. text-decoration: none;
  12. border-left: 2px solid #dfd;
  13. border-right: 2px solid #dfd;
  14. }
  15. table.alldiff {
  16. border: 0px
  17. }
  18. #exchangeDiffBtn {
  19. font-size: 22px;
  20. cursor: pointer;
  21. }