1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

Merge branch '7.0'

This commit is contained in:
plt
2019-06-25 13:49:34 +08:00
5 changed files with 14 additions and 11 deletions

View File

@@ -167,7 +167,8 @@
}
.sf-add-related-file .related-file-subtitle {
margin-bottom: 4px;
display: inline-block;
margin-bottom: 0.5rem;
}
.detail-container .tab-content {

View File

@@ -1,7 +1,9 @@
.file-chooser-container {
padding: 0.5rem;
height: 20rem;
border: 1px solid #eee;
border: 1px solid rgba(0, 40, 100, 0.12);
border-radius: 3px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
overflow: auto;
font-size: 1rem;
}