mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-27 11:10:10 +00:00
1. ModalPortal 2. Icon 3. IconBtn 4. Loading 5. CenteredLoading 6. ClickOutside 7. SearchInput 8. Switch 9. CustomizeAddTool 10. SfCalendar 11. SfFilterCalendar 12. CustomizeSelect 13. CustomizePopover 14. FieldDisplaySettings 15. Formatters 16. remove duplicate codes
31 lines
534 B
CSS
31 lines
534 B
CSS
.add-item-btn {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 40px;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
border-top: 1px solid #dedede;
|
|
background: #fff;
|
|
padding: 0 1rem;
|
|
border-bottom-left-radius: 3px;
|
|
border-bottom-right-radius: 3px;
|
|
position: relative;
|
|
}
|
|
|
|
.add-item-btn:hover {
|
|
cursor: pointer;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.add-item-btn .seafile-multicolor-icon-add-table {
|
|
margin-right: 10px;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
transform: none;
|
|
fill: #666;
|
|
}
|
|
|
|
.add-item-btn .description {
|
|
flex: 1;
|
|
}
|