mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-27 23:56:18 +00:00
* fix light mode ui * revert sdoc, markdown ui * update seafile-ui.css, fix icon bg color --------- Co-authored-by: zhouwenxuan <aries@Mac.local>
15 lines
231 B
CSS
15 lines
231 B
CSS
.sf-dropdown-combined-toggle {
|
|
color: #666;
|
|
padding: 2px 4px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.sf-dropdown-combined-toggle:hover {
|
|
background: var(--bs-hover-bg);
|
|
}
|
|
|
|
.sf-dropdown-combined-toggle .main-icon {
|
|
margin-right: 2px;
|
|
}
|
|
|