Advertisement
Guest User

Untitled

a guest
May 24th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. #powered {
  2. display:none;
  3. }
  4.  
  5. .operator-role {
  6. visibility:hidden;
  7. }
  8.  
  9. div#rate_me_feedback_form {
  10. display: none!important;
  11. }
  12.  
  13.  
  14. @livechat-mobile {
  15. #content-container.new-mobile, #mobile_invitation_container {
  16. display:none!important;
  17. }
  18. #powered {
  19. display:none;
  20. }
  21.  
  22. .operator-role {visibility:hidden;}
  23.  
  24.  
  25. div#rate_me_feedback_form {
  26. display: none!important;
  27. }
  28.  
  29. .avatar-loaded #operator_avatar img {
  30. display: none!important;
  31. }
  32.  
  33. #operator_avatar {
  34. background-color: rgba(0, 0, 0, 0)!important;
  35. }
  36.  
  37. .icon-leavemessage:before, .icon-agentonline:before {
  38. content:url(http://commversion.com/images/sm10.png)!important;
  39. padding-left: 1px;
  40. }
  41. .icon-agentonline {
  42. line-height: 5.08em!important;
  43. }
  44. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement