Initial commit
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled

This commit is contained in:
chorblack
2026-03-07 11:19:25 +08:00
commit e75f275ef4
4484 changed files with 645480 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
.Version-row:hover .Version-row-time
{
display: none;
}
.Version-row:hover .Version-actions
{
display: inline-flex;
}
.Version-btn {
padding: 0px 8px;
margin-right: 5px;
}
.Version-table-wrap-narrow {
padding: 5px;
}
.Version-view {
/* background-color: #ffffff2e; */
padding: 10px;
margin-top: 20px;
border-radius: 5px;
}
.Version-view-container {
/* background-color: cadetblue; */
margin-top: 30px;
height: 70%;
border-radius: 3px;
overflow: hidden;
box-shadow: 1px 2px 10px #737373;
}
.Version-view-container-text {
display: block;
height: 100%;
outline: none;
border: none;
}
.Version-row {
cursor: pointer;
}
.Version-highlight {
color: #26cebe;
}
.Version-row-label input {
color: inherit !important;
}