From 1391e490e9a2136e9273c1ceacacc0ca4e599269 Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Fri, 3 Apr 2020 19:44:29 +0800 Subject: [PATCH] CSS --- theme/classic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/classic.php b/theme/classic.php index d5e6e86..9135158 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -26,10 +26,10 @@ .list-body-container{position:relative;left:0;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;background:rgba(245,245,245,0.5)} .more-disk{margin:0;border:0 none;padding:30px 30px;text-align:left;font-weight:400;color:#000;background-color:rgba(245,245,245,0.5);white-space:nowrap;overflow:auto;} .more-disk a{margin:0 10px;padding:5px;transition-duration: 0.4s;border-radius: 6px; background-color: white; color: black; border: 2px solid rgba(85,85,85,0.7); } - .more-disk a:hover, .more-disk a[now]{ background-color: rgba(85,85,85,0.4); color: white; } + .more-disk a:hover, .more-disk a[now]{ background-color: #24292e; color: white; } .list-table{width:100%;padding:0 20px 20px 20px;border-spacing:0} .list-table tr{height:32px} - .list-table tr[data-to]:hover{background:rgba(85,85,85,0.4);color:white} + .list-table tr[data-to]:hover{background:#24292e;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 8px;text-align:left}