fix(youtube): patches for player controls (#155)
This commit is contained in:
parent
093f7693c4
commit
a83c917939
@ -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 {
|
.style-scope.ytd-thumbnail-overlay-toggle-button-renderer:hover {
|
||||||
fill: @accent-Color !important;
|
fill: @accent-Color !important;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user