Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #app-mount,
  2. #friends,
  3. .app .layers .layer,
  4. .app .layers .layer>[class*='container-'],
  5. .app .layers,
  6. .content-region,
  7. .guilds-wrapper,
  8. .sidebar-region,
  9. .ui-standard-sidebar-view,
  10. [class*='activityFeed-'],
  11. [class*='channels-'],
  12. [class*='titleBar-']
  13. {
  14. /* Too dark or too bright? Adjust the opacity (`0.15`) to something lower or higher */
  15. background: rgba(0,0,0,0.4) !important;
  16. }
  17.  
  18. #friends .friends-table,
  19. .channel-members,
  20. .channel-members-loading,
  21. .chat .content,
  22. .chat form,
  23. .chat,
  24. .content .flex-spacer,
  25. .messages-wrapper,
  26. .typing,
  27. [class*='channels-'] [class*="container-"],
  28. [class*='headerBar-'],
  29. [class*='titleWrapper-'] [class*='title-']
  30. {
  31. background: transparent !important;
  32. }
  33.  
  34. .messages-wrapper + form {
  35. box-shadow: none !important;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement