fix(youtube): patches for player controls (#155)

This commit is contained in:
Ryan Cao 2023-08-01 17:51:49 +08:00 committed by GitHub
parent 093f7693c4
commit a83c917939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -498,6 +498,36 @@
}
}
.ytp-panel-menu {
color: @text;
& .ytp-menuitem:not(:last-child) svg > path {
fill: @text;
}
& .ytp-menuitem:last-child svg:last-child {
fill: @text;
}
}
.ytp-svg-fill {
fill: @text;
}
.ytp-right-controls {
svg path {
fill: @text !important;
}
}
.ytp-time-current,
.ytp-time-separator,
.ytp-time-duration,
.ytp-menu-label-secondary,
.ytp-menuitem-label-count {
color: @subtext0;
}
.style-scope.ytd-thumbnail-overlay-toggle-button-renderer:hover {
fill: @accent-Color !important;
}