From e3eae455696248cdda4b44482239965b39acbb90 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 24 Feb 2020 09:19:00 +0800 Subject: [PATCH 1/2] Update classic.php --- theme/classic.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/classic.php b/theme/classic.php index c8104b6..bd38358 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -30,7 +30,7 @@ .list-table{width:100%;padding:0 20px 20px 20px;border-spacing:0} .list-table tr{height:40px} .list-table tr[data-to]:hover{background:rgba(85,85,85,0.7);color:white;} - .list-table tr[data-to]:hover a[name~="filelist"]{color:white} + .list-table tr[data-to]:hover a{color:white} .list-table tr:first-child{background:rgba(245,245,245,0)} .list-table td,.list-table th{padding:0 10px;text-align:left} .list-table .size,.list-table .updated_at{text-align:right} @@ -43,6 +43,7 @@ .operate:hover ul{position:absolute;display:inline-table;} .operate ul li{padding:7px;list-style:none;display:inline-table;} .operate ul li ion-icon{vertical-align:bottom} + .list-table tr[data-to]:hover .operate a{color:black} .operatediv{position:absolute;border:1px #CCCCCC;background-color:#FFFFCC;z-index:2;} .operatediv div{margin:16px} From c9fd10abda72f6ca731915608a06cfc197e519a7 Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Mon, 24 Feb 2020 14:14:26 +0800 Subject: [PATCH 2/2] Update classic.php --- theme/classic.php | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/theme/classic.php b/theme/classic.php index bd38358..23e50ba 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -12,8 +12,7 @@