Advertisement
tsapaste

Colorful Youtube ratings User CSS

May 14th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. #like-bar.ytd-sentiment-bar-renderer { background: #009900!important; } /* Like bar */
  2. #container.ytd-sentiment-bar-renderer { background: #FF2929!important; } /* Dislike bar */
  3. ytd-menu-renderer ytd-toggle-button-renderer.style-default-active[is-icon-button]:nth-of-type(1) { color: #009900; } /* Liked button */
  4. ytd-menu-renderer ytd-toggle-button-renderer.style-default-active[is-icon-button]:nth-of-type(2) { color: #FF2929; } /* Disliked button */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement