1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-10 11:22:09 +00:00

[wiki mode] modified ui of file-internal-link (#2702)

This commit is contained in:
llj 2018-12-22 17:01:45 +08:00 committed by Daniel Pan
parent 1e52d9dc89
commit c49a3eda0a

View File

@ -1,10 +1,10 @@
.file-internal-link { .file-internal-link {
font-size: .875rem; font-size: .8em;
cursor: pointer; color: #808080;
margin-left: .5rem; cursor: pointer;
vertical-align: text-bottom; margin-left: .5rem;
vertical-align: text-bottom;
} }
.file-internal-link:hover {
.file-internal-link { color: #333;
color: #585858;
} }