diff --git a/templates/youtube-dl_list.html b/templates/youtube-dl_list.html index 4d96f28..2c7d97b 100644 --- a/templates/youtube-dl_list.html +++ b/templates/youtube-dl_list.html @@ -19,6 +19,14 @@ .row > div:nth-child(even) { text-align: left; } + + .table > tbody > tr.collapse > td { + background-color: #009fff0d !important; + } + + .tableRowHover tbody tr:not(.tableRowHoverOff):hover td { + background-color: #ffff0080 !important; + }