1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 00:00:00 +00:00
Files
seahub/frontend/src/css/repo-folder-trash.css

54 lines
697 B
CSS
Raw Normal View History

body {
overflow: hidden;
}
#wrapper {
height: 100%;
}
.top-header {
background-color: #f8fafd;
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: #f2f2f2;
border-radius: 2px;
}
.more {
background: #efefef;
border: 0;
2024-08-29 16:41:16 +08:00
color: #666;
}
.more:hover {
color: #000;
background: #dfdfdf;
}
.clean {
border-color: #ccc;
border-radius: 2px;
height: 30px;
line-height: 28px;
font-weight: normal;
padding: 0 0.5rem;
min-width: 55px;
}