1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

add table function

This commit is contained in:
Michael An
2019-07-03 17:31:24 +08:00
parent 1ea4079e74
commit 3abf376c0b
3 changed files with 109 additions and 51 deletions

View File

@@ -44,4 +44,15 @@
}
.add-workspace:hover {
color: #202428;
}
.workspace .table-heading {
padding: 0.25rem;
border-bottom: 1px solid #e6e6e6;
}
.workspace .sf3-font {
color: #949494;
font-size: 20px;
}
.workspace .add-table-range:hover {
background-color: #f8f8f8;
}