1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-26 07:22:34 +00:00
Files
seahub/frontend/src/css/repo-snapshot.css
Aries 06e4c211f5 Feature/dark mode (#8026)
* update css stylesheet, replace css properties with css variable

* update css variable

* libraries,favorites,activities and help pages, etc

* wiki dark mode

* sdoc dark mode

* markdown, text editor, etc

* sysadmin pages

* update seafile-ui.css

* update template, css variable

* clean up

* update seafile-ui

* update modal css

* update seafile-ui.css

* delete diff

---------

Co-authored-by: zhouwenxuan <aries@Mac.local>
Co-authored-by: Michael An <1822852997@qq.com>
2025-07-15 14:07:26 +08:00

48 lines
664 B
CSS

body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background-color: var(--bs-header-bg);
border-bottom: 1px solid #eee;
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: #f0f0f0;
border-radius: 2px;
}
.op-bar-btn {
border-color: #ccc;
border-radius: 2px;
height: 30px;
line-height: 28px;
font-weight: normal;
padding: 0 0.5rem;
min-width: 55px;
}
.heading-commit-time {
font-weight: normal;
font-size: 60%;
}