mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-19 10:26:17 +00:00
style (#3043)
This commit is contained in:
18
frontend/src/css/list-related-file-dialog.css
Normal file
18
frontend/src/css/list-related-file-dialog.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.add-related-file-link {
|
||||
display: block;
|
||||
color: #666;
|
||||
padding: 10px;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.add-related-file-link:hover {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.list-related-file-table {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.list-related-file-table td, .list-related-file-table th {
|
||||
padding: 10px;
|
||||
}
|
Reference in New Issue
Block a user