Commit 0733808f authored by liuzheng712's avatar liuzheng712

feat: update

parent e983c56e
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
} }
label {
margin-bottom: 0;
}
.filetree { .filetree {
padding-left: 20px; padding-left: 20px;
} }
...@@ -16,13 +20,13 @@ ...@@ -16,13 +20,13 @@
} }
.filetree input[type=checkbox] + label:before { .filetree input[type=checkbox] + label:before {
content: "\f1b3"; content: "\f114";
letter-spacing: 10px; letter-spacing: 10px;
width: 30px; width: 30px;
} }
.filetree input[type=checkbox]:checked + label:before { .filetree input[type=checkbox]:checked + label:before {
content: "\f085"; content: "\f115";
} }
.filetree ul { .filetree ul {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment