mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +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
17 lines
239 B
CSS
17 lines
239 B
CSS
.seafile-multicolor-icon {
|
|
width: 1em;
|
|
height: 1em;
|
|
fill: currentColor;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.seafile-multicolor-icon-monitor {
|
|
font-size: 14px;
|
|
fill: #444;
|
|
color: #bdbdbd;
|
|
}
|
|
|
|
.sf-metadata-icon {
|
|
vertical-align: -0.15em;
|
|
}
|