mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 07:22:34 +00:00
Change default font size and color (#7850)
* 01 update seafile-ui * 02 change grey color contrast * 03 remove useless 14px * 04 remove useless select style * 05 change 202428 to 212529
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
}
|
||||
|
||||
.file-info .file-review {
|
||||
color: #999;
|
||||
color: #666;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
}
|
||||
@@ -142,7 +142,7 @@
|
||||
|
||||
.review-side-panel-item i:hover {
|
||||
cursor: pointer;
|
||||
color: #a4a4a4;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.review-side-panel-avatar {
|
||||
|
@@ -159,5 +159,5 @@
|
||||
}
|
||||
|
||||
.file-chooser-list-view-header .name {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
@@ -78,7 +78,7 @@
|
||||
|
||||
.old-history-main .commit-list .username {
|
||||
vertical-align: middle;
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@@ -75,7 +75,7 @@ body {
|
||||
}
|
||||
|
||||
.file-view-header .file-toolbar-btn#save-file {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
||||
.file-view-header .file-toolbar-more-operations {
|
||||
|
@@ -12,14 +12,14 @@
|
||||
}
|
||||
|
||||
#files-content-container .libraries-empty-tip-in-list-mode {
|
||||
color: #a4a4a4;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
padding: 4px 0;
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
}
|
||||
|
||||
#files-content-container .libraries-empty-tip-in-grid-mode {
|
||||
color: #a4a4a4;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
height: 56px;
|
||||
line-height: 52px;
|
||||
|
@@ -29,7 +29,7 @@
|
||||
|
||||
.history-info .owner {
|
||||
margin-top: 0.25rem;
|
||||
color: #888;
|
||||
color: #666;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
@@ -234,7 +234,7 @@ div[tabindex="-1"][role="group"] {
|
||||
margin-left: 0.5rem;
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
color: #999;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.header .file-feature {
|
||||
|
@@ -96,7 +96,6 @@
|
||||
.tree-node-inner .tree-node-text {
|
||||
padding-left: 2.8rem;
|
||||
width: calc(100% - 1.5rem);
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
.group-manage-members-dialog .search-group-members {
|
||||
color: #999;
|
||||
color: #666;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
background: #f1f1f1;
|
||||
|
@@ -63,7 +63,7 @@
|
||||
|
||||
#notice-popover .time {
|
||||
margin: 0;
|
||||
color: #999;
|
||||
color: #666;
|
||||
text-align: right;
|
||||
font-size: 0.8125rem;
|
||||
line-height: 1.5rem;
|
||||
@@ -74,7 +74,7 @@
|
||||
display: block;
|
||||
padding: 7px 0;
|
||||
text-align: center;
|
||||
color: #a4a4a4;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
#notice-popover .sf-popover-close {
|
||||
|
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.cur-view-path .sf-heading a {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
||||
.cur-view-subcontainer {
|
||||
|
@@ -312,7 +312,7 @@ input#pageNumber {
|
||||
|
||||
#thumbnailView .thumbnail .thumbnail-page-number {
|
||||
font-size: .875rem;
|
||||
color: #999;
|
||||
color: #666;
|
||||
position: absolute;
|
||||
right: 100%;
|
||||
bottom: 0;
|
||||
|
@@ -69,10 +69,10 @@
|
||||
font-weight: normal;
|
||||
padding: 0px 8px;
|
||||
border: 0;
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
||||
.repo-info-bar .repo-info-bar-migrate .btn-link:active {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
@@ -426,7 +426,7 @@
|
||||
|
||||
.search-results-title,
|
||||
.visited-search-results-title {
|
||||
color: #999;
|
||||
color: #666;
|
||||
font-size: .875rem;
|
||||
font-weight: normal;
|
||||
margin: 10px 0 4px;
|
||||
|
@@ -194,7 +194,7 @@ input.expire-input {
|
||||
|
||||
.custom-permission .permission-name-desc label {
|
||||
font-size: 14px;
|
||||
color: #999;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.custom-permission .permission-name-desc .permission-name,
|
||||
|
@@ -49,7 +49,6 @@ body {
|
||||
.tree-node-inner .tree-node-text {
|
||||
padding-left: 2.8rem;
|
||||
width: calc(100% - 1.5rem);
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@@ -17,11 +17,11 @@
|
||||
}
|
||||
|
||||
.side-panel .nav-link {
|
||||
color: #888;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.side-panel .nav-link.active {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
||||
.side-panel-content {
|
||||
@@ -57,7 +57,7 @@
|
||||
text-align: center;
|
||||
line-height: 150px;
|
||||
font-size: 30px;
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
-moz-animation: rotate 1.5s ease infinite;
|
||||
-webkit-animation: rotate 1.5s ease infinite;
|
||||
animation: rotate 1.5s ease infinite;
|
||||
@@ -82,7 +82,7 @@
|
||||
}
|
||||
|
||||
.outline-h2:hover {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
||||
.outline-h3 {
|
||||
@@ -94,7 +94,7 @@
|
||||
}
|
||||
|
||||
.outline-h3:hover {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
||||
/*tree view */
|
||||
@@ -119,7 +119,6 @@
|
||||
.tree-node-inner .tree-node-text {
|
||||
padding-left: 2.8rem;
|
||||
width: calc(100% - 1rem);
|
||||
font-size: 14px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@@ -30,5 +30,5 @@
|
||||
.big-new-file-button:hover,
|
||||
.big-new-file-button:focus {
|
||||
border-color: #eb9205;
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
}
|
||||
|
@@ -79,7 +79,7 @@
|
||||
|
||||
|
||||
.path-toolbar .toolbar-item a:hover {
|
||||
color: #EC8000;
|
||||
color: #ED7109;
|
||||
text-decoration:none;
|
||||
}
|
||||
/* end path toolbar */
|
||||
|
@@ -4,7 +4,7 @@
|
||||
}
|
||||
|
||||
.selected-user-item-container .user-select-placeholder {
|
||||
color: #999;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.user-select-container {
|
||||
|
@@ -13,6 +13,4 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-top: 1rem;
|
||||
color: #212529;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user