Advertisement
arontoad99

Fixed

Nov 14th, 2017
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. This is DF's code I just fixed it
  2.  
  3. @-moz-document domain("www.twitch.tv")
  4. {
  5. /*idk if this does anything, I was trying to see if this was the cause of purple borders.*/
  6.  
  7. hr
  8. {
  9. color: #191919!important;
  10. background: #191919!important;
  11. border-color: #191919!important;
  12.  
  13. }
  14.  
  15. .pd-t-2.pd-x-3
  16. {
  17. background-color: #0e0e0e!important;
  18.  
  19. }
  20.  
  21. .channel-info-bar.border-t.border-r.border-b.border-l.flex.justify-content-between.pd-1,
  22. .simplebar-content,
  23. .full-height.flex.flex-nowrap.justify-content-between,
  24. .c-background.pd-1.pd-l-2.full-width.align-items-center.flex.flex-nowrap,
  25. .top-nav__dropdown-wrapper.toggled.c-background.c-text.full-width.overflow-hidden.absolute,
  26. .c-background-alt.pd-y-1,
  27. .svg.svg--glypharrdown
  28. {
  29. background-color: #141414!important;
  30. border-color: #2e2e2e!important;
  31.  
  32. }
  33.  
  34. .chat-list.overflow-hidden.flex.flex-column.flex-grow-1.flex-nowrap,
  35. .chat__container.full-width.full-height.overflow-hidden.flex.flex-column.flex-grow-1.flex-shrink-1,
  36. .right-column.flex-shrink-0.full-height.relative,
  37. .chat-line__message,
  38. .chat-welcome-message,
  39. .full-height.flex-grow-1.pd-b-1,
  40. .chat__header.align-items-center.flex.flex-shrink-0.justify-content-center.pd-y-1,
  41. .chat-theme-dark,
  42. .full-height.block.flex-grow-0.flex-shrink-.relative,
  43. .chat__pane.full-height.overflow-hidden.flex.flex-column.flex-grow-1.flex-nowrap.relative
  44. {
  45. background-color: #111!important;
  46. border-color: #1b1b1b!important;
  47.  
  48. }
  49.  
  50. .ffz-tooltip.ffz-badge.badge--broadcaster.version--1
  51. {
  52. background-color: #000!important;
  53. }
  54.  
  55. .top-nav.top-0.full-width.fixed,
  56. .top-nav__menu.align-items-stretch.flex.flex-nowrap
  57. {
  58. background-color: #000!important;
  59.  
  60. }
  61.  
  62. .pd-b-2.pd-x-2
  63. {
  64. border-color: #222!important;
  65.  
  66. }
  67.  
  68. /*Display Nothing*/
  69.  
  70. .svg.svg--crown.svg--inherit,
  71. .tw-pill.tw-pill--notification
  72. {
  73. display: none!important;
  74.  
  75. }
  76.  
  77. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement