1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-25 18:20:48 +00:00
seahub/frontend/src/css/list-related-file-dialog.css

17 lines
274 B
CSS
Raw Normal View History

2019-03-05 03:49:24 +00:00
.add-related-file-link {
color: #666;
2019-03-05 10:20:25 +00:00
padding-left: 10px;
2019-03-05 03:49:24 +00:00
text-decoration: underline;
}
.add-related-file-link:hover {
color: #444;
}
.list-related-file-table {
2019-03-05 10:20:25 +00:00
margin-bottom: 10px;
2019-03-05 03:49:24 +00:00
}
.list-related-file-table td, .list-related-file-table th {
padding: 10px;
}