1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 06:33:48 +00:00
This commit is contained in:
Michael An
2019-02-27 17:34:39 +08:00
committed by Daniel Pan
parent abd5718931
commit e28f6361d0
5 changed files with 52 additions and 1 deletions

View File

@@ -151,6 +151,32 @@
color:#eb8205;
}
.wiki-page-content .wiki-open-file {
width: 40px;
height: 40px;
font-size: 16px;
border-radius: 50%;
box-shadow: 0 3px 5px -1px rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.14), 0 1px 18px 0 rgba(0,0,0,.12);
user-select: none;
border: none;
right: 10px;
bottom: 10px;
color: #999;
z-index: 1050;
background-color: #fff;
cursor: pointer;
}
.wiki-page-content .wiki-open-file i {
position: absolute;
top: 12px;
left: 12px;
}
.wiki-page-content .wiki-open-file:hover {
background-color: #f6f6f6;
}
.dir-content-main .wiki-page-content .article {
padding: 0 10px;
}