]> OzVa Git service - ozva-cloud/commitdiff
refactor: ui change the cursor for upload-btn to a pointer (#291)
authorsigoden <sigoden@gmail.com>
Tue, 21 Nov 2023 08:24:59 +0000 (16:24 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Nov 2023 08:24:59 +0000 (16:24 +0800)
assets/index.css

index 79a74544dc9dbbb11550b23ea5f77d03bcfa633b..6f84452071b8cddf9097794771497e555b5cab72 100644 (file)
@@ -73,6 +73,10 @@ body {
   display: none;
 }
 
+.upload-file label {
+  cursor: pointer;
+}
+
 .searchbar {
   display: flex;
   flex-wrap: nowrap;