Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. .discussionListItem .titleText {
  2. padding-left: 40px !important;
  3. }
  4. .discussionListItem h3::before {
  5. display: block;
  6. width: 20px;
  7. height: 20px;
  8. background-size: 102px 20px;
  9. content: "";
  10. background-image: url(https://storage.googleapis.com/resetera-filelocker/logo_2.png);
  11. overflow: hidden;
  12. -webkit-filter: grayscale(100%); filter: grayscale(100%);
  13. position: absolute;
  14. left: 10px;
  15. top: 15px;
  16. }
  17. .unreadLink .fa {
  18. display: block;
  19. width: 20px;
  20. height: 20px;
  21. background-size: 102px 20px;
  22. content: "";
  23. background-image: url(https://storage.googleapis.com/resetera-filelocker/logo_2.png);
  24. overflow: hidden;
  25. position: absolute;
  26. left: 5px;
  27. top: 5px;
  28. font-size: 0px;
  29. filter: hue-rotate(0deg);
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement