mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-17 07:41:26 +00:00
[wiki] added 2 new entrances(one in the wiki card, the other in the w… (#7248)
* [wiki] added 2 new entrances(one in the wiki card, the other in the wiki 'edit' page) for published wikis * [wiki] fixed eslint warning
This commit is contained in:
15
frontend/src/css/published-wiki-entrance.css
Normal file
15
frontend/src/css/published-wiki-entrance.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.view-published-wiki {
|
||||
font-size: .75rem;
|
||||
color: #666;
|
||||
background: transparent;
|
||||
height: 20px;
|
||||
padding: 0 .5rem;
|
||||
border: 1px solid #dbdbdb;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.view-published-wiki:hover {
|
||||
background: #efefef;
|
||||
text-decoration: none;
|
||||
color: #666;
|
||||
}
|
Reference in New Issue
Block a user