mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-25 10:11:24 +00:00
17 lines
274 B
CSS
17 lines
274 B
CSS
.add-related-file-link {
|
|
color: #666;
|
|
padding-left: 10px;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.add-related-file-link:hover {
|
|
color: #444;
|
|
}
|
|
|
|
.list-related-file-table {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.list-related-file-table td, .list-related-file-table th {
|
|
padding: 10px;
|
|
} |