mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
users' icon & the input before it; improved the code - highlight the 'select user' icon in the 'share' dialog when hover on it - fixed the content width of the 'search users' inputs in the 'share' dialog & the group 'manage members' dialog - improved code: added a common component for the 'select user' icon
20 lines
378 B
CSS
20 lines
378 B
CSS
.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;
|
|
}
|