1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-27 11:10:10 +00:00
seahub/frontend/src/css/list-related-file-dialog.css

18 lines
284 B
CSS
Raw Normal View History

2019-03-05 03:49:24 +00:00
.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;
}