content-style.css 801 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. html {
  2. /* fallback values for mobile */
  3. --yt-spec-icon-disabled: #909090;
  4. --yt-spec-text-primary: #030303;
  5. }
  6. #return-youtube-dislike-bar-container {
  7. background: var(--yt-spec-icon-disabled);
  8. border-radius: 2px;
  9. }
  10. #return-youtube-dislike-bar {
  11. background: var(--yt-spec-text-primary);
  12. border-radius: 2px;
  13. transition: all 0.15s ease-in-out;
  14. }
  15. .ryd-tooltip {
  16. position: relative;
  17. display: block;
  18. height: 2px;
  19. top: 9px;
  20. }
  21. ytm-slim-video-action-bar-renderer > .ryd-tooltip {
  22. padding-left: 12px;
  23. top: 0px;
  24. }
  25. /* tp-yt-paper-tooltip not supported on mobile */
  26. ytm-slim-video-action-bar-renderer tp-yt-paper-tooltip {
  27. display: none;
  28. }
  29. .ryd-tooltip-bar-container {
  30. width: 100%;
  31. height: 2px;
  32. position: absolute;
  33. padding-top: 6px;
  34. padding-bottom: 28px;
  35. top: -6px;
  36. }