mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
change related file dialog style
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user