1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-27 07:44:50 +00:00

change font color

This commit is contained in:
Michael An
2025-03-21 18:21:56 +08:00
parent a998903f52
commit baa144cf80
17 changed files with 52 additions and 41 deletions

View File

@@ -159,5 +159,5 @@
}
.file-chooser-list-view-header .name {
color: #eb8205;
color: #EC8000;
}

View File

@@ -78,7 +78,7 @@
.old-history-main .commit-list .username {
vertical-align: middle;
color: #eb8205;
color: #EC8000;
text-decoration: none;
font-weight: bold;
}

View File

@@ -71,7 +71,7 @@ body {
}
.file-view-header .file-toolbar-btn#save-file {
color: #eb8205;
color: #EC8000;
}
.file-view-header .file-toolbar-more-operations {

View File

@@ -5,7 +5,7 @@
}
.cur-view-path .sf-heading a {
color: #eb8205;
color: #EC8000;
}
.cur-view-subcontainer {

View File

@@ -21,7 +21,7 @@
}
.side-panel .nav-link.active {
color: #eb8205;
color: #EC8000;
}
.side-panel-content {
@@ -57,7 +57,7 @@
text-align: center;
line-height: 150px;
font-size: 30px;
color: #eb8205;
color: #EC8000;
-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: #eb8205;
color: #EC8000;
}
.outline-h3 {
@@ -94,7 +94,7 @@
}
.outline-h3:hover {
color: #eb8205;
color: #EC8000;
}
/*tree view */

View File

@@ -30,5 +30,5 @@
.big-new-file-button:hover,
.big-new-file-button:focus {
border-color: #eb9205;
color: #eb8205;
color: #EC8000;
}

View File

@@ -79,7 +79,7 @@
.path-toolbar .toolbar-item a:hover {
color: #eb8205;
color: #EC8000;
text-decoration:none;
}
/* end path toolbar */