1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-31 22:57:47 +00:00
seahub/static/css/backbone.css

42 lines
814 B
CSS
Raw Normal View History

2015-03-20 10:53:38 +00:00
/* 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;
2015-03-20 10:53:38 +00:00
}
.repo-file-list .hidden-op {
min-width: 100px;
}
.displayed-op .op {
2015-03-20 10:53:38 +00:00
margin-left:5px;
}
.hidden-op a {
color:#444;
}
.hidden-op a:hover {
color:#fff;
text-decoration:none;
background:#feaa7c;
}
2015-03-20 10:53:38 +00:00
/* 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;
}