From a2370cabbeb603f2e9885bf0f9428174b2006887 Mon Sep 17 00:00:00 2001 From: joyfuI Date: Sat, 29 Aug 2020 11:52:57 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8B=A4=ED=81=AC=20=ED=85=8C=EB=A7=88=20?= =?UTF-8?q?=EC=B5=9C=EC=A0=81=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/youtube-dl_list.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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; + }