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

9 lines
116 B
CSS

.group-members-container {
max-height: 500px;
overflow: auto;
}
.group-member:hover {
background: #f5f5f5;
}