mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-01 15:23:05 +00:00
42 lines
814 B
CSS
42 lines
814 B
CSS
/* lib view */
|
|
.repo-file-list .dirent-name {
|
|
width:220px;
|
|
}
|
|
.repo-file-list .dirent-size {
|
|
width:114px;
|
|
}
|
|
.repo-file-list .dirent-update {
|
|
width:123px;
|
|
}
|
|
.repo-file-list .dirent-op {
|
|
padding-left:30px;
|
|
width:120px;
|
|
}
|
|
.repo-file-list .hidden-op {
|
|
min-width: 100px;
|
|
}
|
|
.displayed-op .op {
|
|
margin-left:5px;
|
|
}
|
|
.hidden-op a {
|
|
color:#444;
|
|
}
|
|
.hidden-op a:hover {
|
|
color:#fff;
|
|
text-decoration:none;
|
|
background:#feaa7c;
|
|
}
|
|
/* custom select2 */
|
|
.select2-container-multi .select2-choices {
|
|
border-color: #ddd;
|
|
background-image: none; /* rm the shadow */
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-field input {
|
|
padding:2px;
|
|
}
|
|
.select2-container-multi .select2-choices .select2-search-choice {
|
|
border:none;
|
|
border-radius:0;
|
|
background:#eee;
|
|
}
|