1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00
Files
seahub/frontend/src/css/single-dropdown-toolbar.css
Aries 7b860c88e3 fix light mode ui (#8044)
* fix light mode ui

* revert sdoc, markdown ui

* update seafile-ui.css, fix icon bg color

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-07-16 13:50:03 +08:00

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;
}