1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 23:56:18 +00:00

change Wiki style (#6143)

This commit is contained in:
Michael An
2024-05-30 17:39:25 +08:00
committed by GitHub
parent 7d512ea230
commit 1eb4cbf4ee
23 changed files with 111 additions and 97 deletions

View File

@@ -40,7 +40,7 @@
line-height: 1.5rem;
vertical-align: middle;
font-size: 1rem;
color: #322;
color: #212529;
}
.detail-body {
@@ -93,7 +93,7 @@
.dirent-table-container td {
font-size: 14px;
color: #333;
color: #212529;
word-break: break-all;
}
@@ -136,7 +136,7 @@
.file-related-files ul li a,
.list-related-file-table tr td a {
color: #333;
color: #212529;
}
.list-related-file-body {

View File

@@ -27,7 +27,7 @@
background-color: #f0f0f0;
padding: 0.625rem;
font-size: 1rem;
color: #322;
color: #212529;
display: flex;
justify-content: space-between;
min-height: 2.25rem;

View File

@@ -3,7 +3,7 @@
cursor: pointer;
}
.activity-details:hover {
color: #333;
color: #212529;
}
.mobile-activity-time {
display: inline-block;

View File

@@ -62,7 +62,7 @@
}
.grid-file-name-link {
color: #333;
color: #212529;
font-size: 0.875rem;
}

View File

@@ -41,5 +41,5 @@
}
#img-prev:hover,
#img-next:hover {
color:#333;
color:#212529;
}

View File

@@ -53,14 +53,14 @@
display: flex;
flex-shrink: 0;
background: #fff;
border-bottom: 1px solid #e8e8e8;
border-bottom: 1px solid #eee;
box-shadow: 0 2px 4px rgba(0,0,0, 10%);
z-index: 100;
}
@media (max-width: 767px) {
.side-panel-north {
border-right: 1px solid #eee;
border-right: 1px solid #eee;
}
.main-panel-north {
@@ -92,7 +92,6 @@
}
.cur-view-path {
position: relative; /* for the ':after' */
padding: 8px 16px;
max-height: 48px;
background: #fff;
@@ -100,15 +99,7 @@
align-items: center;
flex-shrink: 0;
justify-content: space-between;
}
.cur-view-path:after {
position: absolute;
left: 16px;
right: 16px;
bottom: 0;
content: '';
border-bottom: 1px solid #e8e8e8;
border-bottom: 1px solid #eee;
}
.cur-view-content {

View File

@@ -17,7 +17,7 @@
#notifications .title {
line-height: 1.5;
font-size: 1rem;
color: #322;
color: #212529;
font-weight: normal;
}

View File

@@ -44,7 +44,7 @@
}
.file-info a {
color: #333;
color: #212529;
}
.info-icon {

View File

@@ -19,7 +19,7 @@
.account-dialog .nav-pills .nav-item .nav-link {
padding: .3125rem 1rem .3125rem 8px;
color: #333;
color: #212529;
}
.account-dialog .nav-pills .nav-item .nav-link:hover {
@@ -59,7 +59,7 @@
.account-dialog table td {
padding: 3px 0.1875rem;
color: #333;
color: #212529;
font-size: 14px;
word-break: break-all;
}

View File

@@ -52,7 +52,7 @@
}
.search-icon-right:hover {
color: #333;
color: #212529;
text-decoration: none;
}

View File

@@ -2,7 +2,7 @@
padding: 8px 16px;
background: #f9f9f9;
font-size: 1rem;
color: #322;
color: #212529;
font-weight: normal;
line-height: 1.5;
margin: 0;

View File

@@ -8,7 +8,7 @@
.sys-stat-tool {
display: flex;
font-size: 13px;
color: #333;
color: #212529;
}
.system-statistic-item {
@@ -43,7 +43,7 @@
.statistic-traffic-tab {
display: flex;
font-size: 13px;
color: #333;
color: #212529;
margin-top: 10px;
}

View File

@@ -98,7 +98,7 @@
.notification-dialog-body table td {
padding: 0.5rem 0.1875rem;
border-bottom: 1px solid #eee;
color: #333;
color: #212529;
font-size: 14px;
word-break: break-all;
}

View File

@@ -23,7 +23,7 @@ body {
padding: 8px 16px;
background: #f9f9f9;
font-size: 1rem;
color: #322;
color: #212529;
font-weight: normal;
line-height: 1.5;
margin:0;
@@ -74,7 +74,7 @@ body {
margin: 0;
padding-left: 1em;
border-left: 2px solid transparent;
color: #333;
color: #212529;
}
.user-setting-nav .nav-item.active .nav-link {
color: #ff9800;