Give the "from start/from last watch" modal dialog box a border so that you can actually see it.
tv.youtube.com by danielcreech

Details
Authordanielcreech
LicenseNo License
Categorytv.youtube.com
Created
Updated
Code size373 B
Code checksum7521bf13
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name tv.youtube.com
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Give the modal dialog box a border so that you can actually see it.
@author danSee
==/UserStyle== */
@-moz-document url-prefix("https://tv.youtube.com/") {
tp-yt-paper-dialog.ytu-selection-menu-dialog {border: 1px solid #9b9b9b}
}