1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00
Files
seahub/frontend/src/css/repo-folder-trash.css
Aries fb3a5d3f6c Fix/light mode UI (#8058)
* update border color

* update border color

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
2025-07-19 14:22:40 +08:00

54 lines
796 B
CSS

body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background-color: var(--bs-header-bg);
border-bottom: 1px solid var(--bs-border-secondary-color);
padding: .5rem 1rem;
flex-shrink: 0;
}
.go-back {
color: #c0c0c0;
font-size: 1.75rem;
position: absolute;
left: -40px;
top: -5px;
}
.go-back .sf3-font-down {
font-size: 1.75rem !important;
}
.op-bar {
padding: 9px 10px;
background: var(--bs-bg-color);
border-radius: 2px;
}
.more {
background: var(--bs-bg-color);
border: 0;
color: #666;
}
.more:hover {
color: var(--bs-body-color);
background: var(--bs-bg-secondary-color);
}
.clean {
border-color: #ccc;
border-radius: 2px;
height: 30px;
line-height: 28px;
font-weight: normal;
padding: 0 0.5rem;
min-width: 55px;
}