1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 10:58:33 +00:00
Files
seahub/frontend/src/css/group-view.css

9 lines
116 B
CSS
Raw Normal View History

.group-members-container {
max-height: 500px;
overflow: auto;
}
.group-member:hover {
background: #f5f5f5;
2018-12-24 18:25:12 +08:00
}