1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Merge pull request #3474 from haiwen/file-view

[file view] removed 'open via client'
This commit is contained in:
Daniel Pan
2019-05-16 17:19:09 +08:00
committed by GitHub
2 changed files with 1 additions and 19 deletions

View File

@@ -40,13 +40,6 @@ body {
background: #f4f4f4;
border-right: 4px solid transparent;
}
.open-via-client {
display: block;
margin-top: 25px;
color: #333;
font-weight: normal;
text-decoration: underline;
}
.tip {
color: #808080;
}