1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00
Files
seahub/frontend/src/css/select-users-icon.css

20 lines
378 B
CSS
Raw Normal View History

.add-members .toggle-detail-btn {
position: absolute;
top: 6px;
right: 12px;
border-left: 1px solid #ccc;
padding-left: 9px;
font-size: 18px;
cursor: pointer;
color: #999;
}
.add-members .toggle-detail-btn:hover {
color: #666;
}
/* for the input before .toggle-detail-btn */
.selected-user-item-container:has(+ .toggle-detail-btn) {
padding-right: 40px;
}