mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +00:00
fix markdown history style (#7231)
This commit is contained in:
parent
274229679a
commit
a50b5d8f5a
@ -15,7 +15,7 @@
|
||||
|
||||
.wiki-page-container .article .ml-2:hover {
|
||||
text-decoration: underline;
|
||||
color:#eb8205;
|
||||
color: #eb8205;
|
||||
}
|
||||
|
||||
#wiki-page-last-modified {
|
||||
|
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
.old-history-main .go-back:hover {
|
||||
color:#ff9933;
|
||||
color: #ff9933;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
|
||||
.history-header .title {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
.history-header .title .go-back {
|
||||
@ -24,7 +24,7 @@
|
||||
}
|
||||
|
||||
.history-header .title .go-back:hover {
|
||||
color:#ff9933;
|
||||
color: #ff9933;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -44,6 +44,14 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
.content-viewer .sf-slate-viewer-scroll-container .sf-slate-article-content {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.content-viewer .sf-slate-viewer-scroll-container .sf-slate-viewer-article-container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.content-viewer .sf-slate-viewer-article-container .article {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
|
@ -111,7 +111,7 @@
|
||||
|
||||
.password-strength-check-container .progress .strong,
|
||||
.password-strength-check-container .progress .very-strong {
|
||||
background-color:#26B20E;
|
||||
background-color: #26B20E;
|
||||
}
|
||||
|
||||
.password-strength-check-container .password-strength-description {
|
||||
|
@ -73,13 +73,13 @@
|
||||
}
|
||||
|
||||
.path-toolbar .toolbar-item a {
|
||||
color:#8a8a8a;
|
||||
color: #8a8a8a;
|
||||
font-size:22px;
|
||||
}
|
||||
|
||||
|
||||
.path-toolbar .toolbar-item a:hover {
|
||||
color:#eb8205;
|
||||
color: #eb8205;
|
||||
text-decoration:none;
|
||||
}
|
||||
/* end path toolbar */
|
||||
|
@ -106,7 +106,7 @@
|
||||
.sf-metadata-hide-columns-popover .hide-column-item .sf-metadata-icon {
|
||||
font-size: 12px;
|
||||
margin-right: 10px;
|
||||
fill:#aaa;
|
||||
fill: #aaa;
|
||||
}
|
||||
|
||||
.sf-metadata-hide-columns-popover .sf-metadata-hide-columns-operations {
|
||||
|
Loading…
Reference in New Issue
Block a user