From a9ecf8bf7c3b86df19b4301bf7b2ac6e44ded14f Mon Sep 17 00:00:00 2001 From: BingoKingo Date: Sat, 6 Feb 2021 20:44:54 +0800 Subject: [PATCH] update --- theme/tfo_m.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/theme/tfo_m.html b/theme/tfo_m.html index ace21ba..5f7078f 100644 --- a/theme/tfo_m.html +++ b/theme/tfo_m.html @@ -80,13 +80,14 @@ #upload_div table tr{border-radius:6px !important;} #upload_div{margin:10px} #more-disk-div{opacity:0;} - #curpath:hover #more-disk-div{opacity:1;;} + #curpath:hover #more-disk-div{opacity:1;} #jinrishici{padding:12px !important;box-shadow:0 1px 8px rgba(27,31,35,0.8);} #curpath{font-size:16px;transition-duration:0.3s;box-shadow:0 1px 8px rgba(27,31,35,0.8);} #create_input{width:94%;} - ::-webkit-scrollbar {width:6px;border-radius:2px;} - ::-webkit-scrollbar-thumb {background-color:rgba(200,200,200,0.5);border-radius: 5px;} - ::-webkit-scrollbar-track {box-shadow:0 1px 15px rgba(27,31,35,.15);background:transparent;} + ::-webkit-scrollbar{width:6px;border-radius:2px;transition-duration:0.3s;opacity:0;} + ::-webkit-scrollbar:hover{opacity:1;} + ::-webkit-scrollbar-thumb {background-color:rgba(200,200,200,0.5);border-radius:2px;} + ::-webkit-scrollbar-track {background:transparent;} .operate:hover ul{position:absolute;display:inline-table;} .operate{display:inline-table;margin:0;margin-right:5px;list-style:none} @@ -585,7 +586,7 @@
- +