mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-27 11:10:10 +00:00
18 lines
284 B
CSS
18 lines
284 B
CSS
|
.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;
|
||
|
}
|