2022-01-05 15:59:13 -05:00
|
|
|
:root {
|
|
|
|
|
/* --yt-spec-icon-disabled: #f44 !important;
|
|
|
|
|
--yt-spec-text-primary: #4f4 !important; */
|
|
|
|
|
/* --yt-spec-general-background-a: #000 !important;
|
2022-01-04 17:53:43 -05:00
|
|
|
--yt-spec-general-background-b: #000 !important;
|
|
|
|
|
--yt-spec-general-background-c: #000 !important;
|
|
|
|
|
--yt-spec-brand-background-solid: #000 !important;
|
|
|
|
|
--yt-spec-brand-background-primary: #000 !important;
|
2022-01-05 15:59:13 -05:00
|
|
|
--yt-spec-brand-background-secondary: #000 !important; */
|
2022-01-04 17:53:43 -05:00
|
|
|
}
|
|
|
|
|
|
2022-01-05 15:59:13 -05:00
|
|
|
/* html:not(.style-scope)[dark], :not(.style-scope)[dark] {
|
2022-01-04 17:53:43 -05:00
|
|
|
--yt-spec-general-background-a: #000 !important;
|
|
|
|
|
--yt-spec-general-background-b: #000 !important;
|
|
|
|
|
--yt-spec-general-background-c: #000 !important;
|
|
|
|
|
--yt-spec-brand-background-solid: #000 !important;
|
|
|
|
|
--yt-spec-brand-background-primary: #000 !important;
|
|
|
|
|
--yt-spec-brand-background-secondary: #000 !important;
|
|
|
|
|
} */
|
|
|
|
|
|
2021-12-13 04:55:36 +03:00
|
|
|
#ryd-bar-container {
|
|
|
|
|
background: var(--yt-spec-icon-disabled);
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ryd-bar {
|
|
|
|
|
background: var(--yt-spec-text-primary);
|
|
|
|
|
border-radius: 2px;
|
|
|
|
|
transition: all 0.15s ease-in-out;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ryd-tooltip {
|
|
|
|
|
display: block;
|
|
|
|
|
height: 2px;
|
2022-11-01 16:56:42 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ryd-tooltip-old-design {
|
|
|
|
|
position: relative;
|
2021-12-13 04:55:36 +03:00
|
|
|
top: 9px;
|
|
|
|
|
}
|
|
|
|
|
|
2022-11-01 16:56:42 +01:00
|
|
|
.ryd-tooltip-new-design {
|
|
|
|
|
position: absolute;
|
|
|
|
|
bottom: -10px;
|
|
|
|
|
}
|
|
|
|
|
|
2021-12-13 04:55:36 +03:00
|
|
|
.ryd-tooltip-bar-container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 2px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
padding-top: 6px;
|
2022-07-24 18:48:10 +02:00
|
|
|
padding-bottom: 12px;
|
2021-12-13 04:55:36 +03:00
|
|
|
top: -6px;
|
|
|
|
|
}
|
2022-11-01 16:56:42 +01:00
|
|
|
|
|
|
|
|
/* required to make the ratio bar visible in the new design */
|
|
|
|
|
ytd-menu-renderer.ytd-watch-metadata {
|
|
|
|
|
overflow-y: visible !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#top-level-buttons-computed {
|
|
|
|
|
position: relative !important;
|
|
|
|
|
}
|