mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 06:33:48 +00:00
open file (#3008)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user