mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-09 19:01:42 +00:00
[repo/folder trash] rewrote it with react
This commit is contained in:
33
frontend/src/css/repo-folder-trash.css
Normal file
33
frontend/src/css/repo-folder-trash.css
Normal file
@@ -0,0 +1,33 @@
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
||||
#wrapper {
|
||||
height: 100%;
|
||||
}
|
||||
.top-header {
|
||||
background: #f4f4f7;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
padding: .5rem 1rem;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.go-back {
|
||||
color: #c0c0c0;
|
||||
font-size: 1.75rem;
|
||||
position: absolute;
|
||||
left: -40px;
|
||||
top: -5px;
|
||||
}
|
||||
.op-bar {
|
||||
padding: 9px 10px;
|
||||
background: #f2f2f2;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.more {
|
||||
background: #efefef;
|
||||
border: 0;
|
||||
color: #777;
|
||||
}
|
||||
.more:hover {
|
||||
color: #000;
|
||||
background: #dfdfdf;
|
||||
}
|
Reference in New Issue
Block a user