admin-style.css 929 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .fixed .column-comment_likes {
  2. width: 5.5em;
  3. padding: 8px 0;
  4. text-align: center;
  5. }
  6. .fixed .column-stats {
  7. width: 5em;
  8. }
  9. .fixed .column-comment_likes .comment-like-count {
  10. box-sizing: border-box;
  11. display: inline-block;
  12. padding: 0 8px;
  13. height: 2em;
  14. margin-top: 5px;
  15. -webkit-border-radius: 5px;
  16. border-radius: 5px;
  17. background-color: #72777c;
  18. color: #fff;
  19. font-size: 11px;
  20. line-height: 21px;
  21. }
  22. .fixed .column-comment_likes .comment-like-count:after {
  23. border: none;
  24. }
  25. .fixed .column-comment_likes .comment-like-count:hover {
  26. background-color: #0073aa;
  27. }
  28. .fixed .column-comment_likes .vers:before {
  29. font: normal 20px/1 dashicons;
  30. content: '\f155';
  31. speak: none;
  32. -webkit-font-smoothing: antialiased;
  33. -moz-osx-font-smoothing: grayscale;
  34. }
  35. @media screen and (max-width: 782px) {
  36. .fixed .column-comment_likes {
  37. display: none;
  38. }
  39. }